Click or drag to resize

BarSeries3DGetText Method

LightningChart .NET Help
Get Text 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 string GetText(
	int valueIndex
)

Parameters

valueIndex
Type: SystemInt32
Value index.

Return Value

Type: String
Text value. If invalid index is given, returns "".
See Also