Click or drag to resize

ViewXYGetIntensitySeriesOfAxisX Method

LightningChart .NET Help
Get list of all intensity series bound to given axis

Namespace:  Arction.Wpf.Charting.Views.ViewXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public IList<IntensitySeriesBase> GetIntensitySeriesOfAxisX(
	AxisX axisX
)

Parameters

axisX
Type: Arction.Wpf.Charting.AxesAxisX
X axis

Return Value

Type: IListIntensitySeriesBase
List of series
See Also