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