Skip to main content
All docs
V26.1
  • ChartEx.SecondaryValueAxis Property

    Gets or sets the secondary value axis.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public ValueAxisEx SecondaryValueAxis { get; set; }

    Property Value

    Type Description
    ValueAxisEx

    The secondary value axis.

    Remarks

    Refer to the following help topic for additional information about axes: DevExpress Presentation API: ChartEx Axes.

    See Also