Click or drag to resize

ViewXYGetSeriesOfAxisY Method

LightningChart .NET Help
Get list of series having the given Y-axis assigned.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public IList<SeriesBaseXY> GetSeriesOfAxisY(
	AxisY axisY
)

Parameters

axisY
Type: Arction.Wpf.ChartingMVVM.AxesAxisY
Y-axis.

Return Value

Type: IListSeriesBaseXY
List of series.
See Also