AreaSeriesPoints Property |
LightningChart .NET Help
Area series points array, to store data at once.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic AreaSeriesPoint[] Points { get; set; }Public Property Points As AreaSeriesPoint()
Get
Set
public:
property array<AreaSeriesPoint>^ Points {
array<AreaSeriesPoint>^ get ();
void set (array<AreaSeriesPoint>^ value);
}Property Value
Type:
AreaSeriesPoint
See Also