Click or drag to resize

BarSeries3DGetZValue Method

LightningChart .NET Help
Get Z value by given index.

Namespace:  Arction.Wpf.ChartingMVVM.Series3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public double GetZValue(
	int valueIndex
)

Parameters

valueIndex
Type: SystemInt32
Value index.

Return Value

Type: Double
Z value. If invalid index is given, returns 0.
See Also