BarSeries3DGetText Method |
LightningChart .NET Help
Get Text by given index.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic string GetText(
int valueIndex
)
Public Function GetText (
valueIndex As Integer
) As String
public:
String^ GetText(
int valueIndex
)
Parameters
- valueIndex
- Type: SystemInt32
Value index.
Return Value
Type:
StringText value. If invalid index is given, returns "".
See Also