ViewXYLiteFreeformLineSeries Property |
LightningChart .NET Help
LiteFreeformLineSeries line 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<LiteFreeformLineSeries> LiteFreeformLineSeries { get; set; }Public Property LiteFreeformLineSeries As List(Of LiteFreeformLineSeries)
Get
Set
public:
property List<LiteFreeformLineSeries^>^ LiteFreeformLineSeries {
List<LiteFreeformLineSeries^>^ get ();
void set (List<LiteFreeformLineSeries^>^ value);
}Property Value
Type:
ListLiteFreeformLineSeries
See Also