ViewPolarBasePointLineSeries Property |
LightningChart .NET Help
Polar point line series list.
Namespace:
Arction.Wpf.Charting.Views.ViewPolar
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<PointLineSeriesPolar> PointLineSeries { get; set; }Public Property PointLineSeries As List(Of PointLineSeriesPolar)
Get
Set
public:
property List<PointLineSeriesPolar^>^ PointLineSeries {
List<PointLineSeriesPolar^>^ get ();
void set (List<PointLineSeriesPolar^>^ value);
}Property Value
Type:
ListPointLineSeriesPolar
See Also