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