SampleDataBlockSeriesGetSampleAtIndex Method |
LightningChart .NET Help
Get sample at index.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic float GetSampleAtIndex(
int index
)
Public Function GetSampleAtIndex (
index As Integer
) As Single
public:
float GetSampleAtIndex(
int index
)
Parameters
- index
- Type: SystemInt32
Sample index for whole data.
Return Value
Type:
SingleY-value at index
See Also