PointDoubleXYZSetValues 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(
double x,
double y,
double z
)
Public Sub SetValues (
x As Double,
y As Double,
z As Double
)
public:
void SetValues(
double x,
double y,
double z
)
Parameters
- x
- Type: SystemDouble
X value. - y
- Type: SystemDouble
Y value. - z
- Type: SystemDouble
Z value.
See Also