Click or drag to resize

ViewXYGetAllLineCollectionSeries Method

LightningChart .NET Help
Gets list of all series added into LineCollection.

Namespace:  Arction.Wpf.Charting.Views.ViewXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public IList<LineCollection> GetAllLineCollectionSeries()

Return Value

Type: IListLineCollection
List of series
See Also