BarSeries3DGetZValue Method |
LightningChart .NET Help
Get Z value by given index.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic double GetZValue(
int valueIndex
)
Public Function GetZValue (
valueIndex As Integer
) As Double
public:
double GetZValue(
int valueIndex
)
Parameters
- valueIndex
- Type: SystemInt32
Value index.
Return Value
Type:
DoubleZ value. If invalid index is given, returns 0.
See Also