Click or drag to resize

DigitalLineSeriesGetSampleAtIndex Method

LightningChart .NET Help
Get sample at index.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetSampleAtIndex(
	long index
)

Parameters

index
Type: SystemInt64
Index to sample.

Return Value

Type: Boolean
Sample at index.
See Also