Click or drag to resize

BarSeries3DGetXValue Method

LightningChart .NET Help
Get X value by given index.

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

Parameters

valueIndex
Type: SystemInt32
Value index.

Return Value

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