Click or drag to resize

SampleDataBlockSeriesGetSampleAtIndex Method

LightningChart .NET Help
Get sample at index.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public float GetSampleAtIndex(
	int index
)

Parameters

index
Type: SystemInt32
Sample index for whole data.

Return Value

Type: Single
Y-value at index
See Also