PointIntXYSetValues Method |
LightningChart .NET Help
Set all values.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetValues(
int x,
int y
)
Public Sub SetValues (
x As Integer,
y As Integer
)
public:
void SetValues(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
X value. - y
- Type: SystemInt32
Y value.
See Also