Click or drag to resize

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
Syntax
public IList<PointLineSeriesBase> Get2DDataSeries()

Return Value

Type: IListPointLineSeriesBase
List of series
See Also