ViewXYGetAllLineSeries Method |
LightningChart .NET Help
Gets list of all series added into LineSeries, PointLineSeries and FreeformPointLineSeries
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic IList<PointLineSeriesBase> GetAllLineSeries()
Public Function GetAllLineSeries As IList(Of PointLineSeriesBase)
public:
IList<PointLineSeriesBase^>^ GetAllLineSeries()
Return Value
Type:
IListPointLineSeriesBaseList of series
See Also