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