SeriesBasePolarPoints Property |
LightningChart .NET Help
Gets or sets series points. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesPolar
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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