Skip to content

LiveChartViewModel.Axes property

Defined in

Type: LiveChartViewModel Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public QuaternaryList<IYAxis> Axes { get; set; }

View source

Summary: Gets or sets the collection of Y-axis objects used for plotting data on the chart.

Returns: QuaternaryList<IYAxis>

Remarks

The collection supports up to four Y-axes, allowing advanced charting scenarios such as multiple scales or overlaying different data series. Modifying this property updates the axes displayed on the chart. The order of axes in the collection determines their placement and association with data series.