BarSeries3DGetYValue Method |
LightningChart .NET Help
Get Y value by given index.
Namespace:
Arction.Wpf.ChartingMVVM.Series3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic double GetYValue(
int valueIndex
)
Public Function GetYValue (
valueIndex As Integer
) As Double
public:
double GetYValue(
int valueIndex
)
Parameters
- valueIndex
- Type: SystemInt32
Value index.
Return Value
Type:
DoubleY value. If invalid index is given, returns 0.
See Also