SurfaceSeries3DBaseGetDataXValue Method |
LightningChart .NET Help
Get Data array X value.
Namespace:
Arction.Wpf.ChartingMVVM.Series3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic double GetDataXValue(
int columnIndex,
int rowIndex
)
Public Function GetDataXValue (
columnIndex As Integer,
rowIndex As Integer
) As Double
public:
double GetDataXValue(
int columnIndex,
int rowIndex
)
Parameters
- columnIndex
- Type: SystemInt32
Column index of Data array. - rowIndex
- Type: SystemInt32
Row index of Data array.
Return Value
Type:
DoubleX value. If invalid index is given, returns 0.
See Also