Skip to main content
All docs
V25.1
  • ChartBeforeScrollEventArgs.Axis Property

    Returns the axis whose visual range is changed when a user scrolls the chart.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public AxisBase Axis { get; }

    Property Value

    Type Description
    AxisBase

    The axis whose visual range is changed when scrolling the chart.

    See Also