AreaSeriesGetPoint Method (Int32, AreaSeriesPoint) |
LightningChart .NET Help
Get point by given index.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool GetPoint(
int index,
out AreaSeriesPoint point
)
Public Function GetPoint (
index As Integer,
<OutAttribute> ByRef point As AreaSeriesPoint
) As Boolean
public:
bool GetPoint(
int index,
[OutAttribute] AreaSeriesPoint% point
)
Parameters
- index
- Type: SystemInt32
Index of point to get. - point
- Type: Arction.Wpf.ChartingAreaSeriesPoint
Point.
Return Value
Type:
BooleanFalse if invalid index is given, otherwise true.
See Also