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