Click or drag to resize

PointFloatXYZSetValues Method

LightningChart .NET Help

[Missing <summary> documentation for "M:Arction.Wpf.Charting.PointFloatXYZ.SetValues(System.Single,System.Single,System.Single)"]

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
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