HighLowSeriesGetPoint Method |
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 HighLowSeriesPoint point
)
Public Function GetPoint (
index As Integer,
<OutAttribute> ByRef point As HighLowSeriesPoint
) As Boolean
public:
bool GetPoint(
int index,
[OutAttribute] HighLowSeriesPoint% point
)
Parameters
- index
- Type: SystemInt32
Index of point to get. - point
- Type: Arction.Wpf.ChartingHighLowSeriesPoint
Point.
Return Value
Type:
BooleanFalse if invalid index is given, otherwise true.
See Also