Click or drag to resize

DigitalLineSeriesItem Property

LightningChart .NET Help
Get value 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 this[
	long index
] { get; }

Parameters

index
Type: SystemInt64
Index to data.

Return Value

Type: Boolean
Data value at index.
See Also