PointFloatXYZSetValues Method |
LightningChart .NET Help [Missing <summary> documentation for "M:Arction.WinForms.Charting.PointFloatXYZ.SetValues(System.Single,System.Single,System.Single)"]
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetValues(
float x,
float y,
float z
)
Public Sub SetValues (
x As Single,
y As Single,
z As Single
)
public:
void SetValues(
float x,
float y,
float z
)
Parameters
- x
- Type: SystemSingle
X value. - y
- Type: SystemSingle
Y value. - z
- Type: SystemSingle
Z value.
See Also