ViewPolarBasePointLineSeries Property |
LightningChart .NET Help
Gets or sets pan polar point line series list. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewPolar
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointLineSeriesPolarCollection PointLineSeries { get; set; }Public Property PointLineSeries As PointLineSeriesPolarCollection
Get
Set
public:
property PointLineSeriesPolarCollection^ PointLineSeries {
PointLineSeriesPolarCollection^ get ();
void set (PointLineSeriesPolarCollection^ value);
}Property Value
Type:
PointLineSeriesPolarCollection
See Also