Click or drag to resize

BarSeriesValue3D Constructor (Double, Double, Double, String)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public BarSeriesValue3D(
	double x,
	double y,
	double z,
	string text
)

Parameters

x
Type: SystemDouble
X value.
y
Type: SystemDouble
Y value.
z
Type: SystemDouble
Z value.
text
Type: SystemString
Text assigned to bar value.
See Also