ViewXYGetAllLineCollectionSeries Method |
LightningChart .NET Help
Gets list of all series added into LineCollection.
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic IList<LineCollection> GetAllLineCollectionSeries()
Public Function GetAllLineCollectionSeries As IList(Of LineCollection)
public:
IList<LineCollection^>^ GetAllLineCollectionSeries()
Return Value
Type:
IListLineCollectionList of series
See Also