Click or drag to resize

ViewXYGetLineSeriesOfAxisX Method

LightningChart .NET Help
Gets list of series added into SampleDataSeries, PointLineSeries and FreeformPointLineSeries, belonging to given X axis.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public IList<PointLineSeriesBase> GetLineSeriesOfAxisX(
	AxisX axisX
)

Parameters

axisX
Type: Arction.Wpf.ChartingMVVM.AxesAxisX

[Missing <param name="axisX"/> documentation for "M:Arction.Wpf.ChartingMVVM.Views.ViewXY.ViewXY.GetLineSeriesOfAxisX(Arction.Wpf.ChartingMVVM.Axes.AxisX)"]

Return Value

Type: IListPointLineSeriesBase
List of series
See Also