Click or drag to resize

BarSeriesValue3D Constructor (Double, Double, Double, String, Object)

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,
	Object tag
)

Parameters

x
Type: SystemDouble
X value.
y
Type: SystemDouble
Y value.
z
Type: SystemDouble
Z value.
text
Type: SystemString
Text assigned to bar value.
tag
Type: SystemObject
Tag. Freely assignable object.
See Also