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
Syntaxpublic PointDouble2D this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PointDouble2D
Get
public:
property PointDouble2D default[int index] {
PointDouble2D get (int index);
}Parameters
- index
- Type: SystemInt32
Index to data.
Return Value
Type:
PointDouble2DData point at index.
See Also