ViewXYFreeformPointLineSeries Property |
LightningChart .NET Help
Gets or sets FreeformPointLine series list. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic FreeformPointLineSeriesCollection FreeformPointLineSeries { get; set; }Public Property FreeformPointLineSeries As FreeformPointLineSeriesCollection
Get
Set
public:
property FreeformPointLineSeriesCollection^ FreeformPointLineSeries {
FreeformPointLineSeriesCollection^ get ();
void set (FreeformPointLineSeriesCollection^ value);
}Property Value
Type:
FreeformPointLineSeriesCollection
See Also