Click or drag to resize

BarSeries3DAddValue Method

LightningChart .NET Help
Add value to end of Values array.

Namespace:  Arction.Wpf.ChartingMVVM.Series3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public int AddValue(
	double xValue,
	double yValue,
	double zValue,
	string text,
	bool invalidateChart
)

Parameters

xValue
Type: SystemDouble
X value.
yValue
Type: SystemDouble
Y value.
zValue
Type: SystemDouble
Z value.
text
Type: SystemString
Text.
invalidateChart
Type: SystemBoolean
Refresh chart after value adding.

Return Value

Type: Int32
New value index.
See Also