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