HighLowSeriesPoints Property |
LightningChart .NET Help
Points array
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic HighLowSeriesPoint[] Points { get; set; }Public Property Points As HighLowSeriesPoint()
Get
Set
public:
property array<HighLowSeriesPoint>^ Points {
array<HighLowSeriesPoint>^ get ();
void set (array<HighLowSeriesPoint>^ value);
}Property Value
Type:
HighLowSeriesPoint
See Also