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