Click or drag to resize

SampleDataBlockSeriesItem Property

LightningChart .NET Help
Get point at index.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointDouble2D this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index to data.

Return Value

Type: PointDouble2D
Data point at index.
See Also