Skip to main content
A newer version of this page is available. .

ChartSecondaryAxisY Class

The chart’s secondary Y-axis.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class ChartSecondaryAxisY :
    ChartAxisY

Remarks

The ChartSecondaryAxisY class represents a secondary Y-axis displayed in a chart dashboard item.

Chart_secondaryYAxis

Set the ChartSeries.PlotOnSecondaryAxis series’ property to true to use a secondary Y-axis for this series.

Inheritance

Object
ChartAxis
ChartAxisY
ChartSecondaryAxisY
See Also