ViewXYLineCollections Property |
LightningChart .NET Help
Line segment collection list
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<LineCollection> LineCollections { get; set; }Public Property LineCollections As List(Of LineCollection)
Get
Set
public:
property List<LineCollection^>^ LineCollections {
List<LineCollection^>^ get ();
void set (List<LineCollection^>^ value);
}Property Value
Type:
ListLineCollection
See Also