DigitalLineSeriesItem Property |
LightningChart .NET Help
Get value at index.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool this[
long index
] { get; }Public ReadOnly Default Property Item (
index As Long
) As Boolean
Get
public:
property bool default[long long index] {
bool get (long long index);
}Parameters
- index
- Type: SystemInt64
Index to data.
Return Value
Type:
BooleanData value at index.
See Also