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

ChartScrollEventArgs.AxisY Property

Gets the Y-axis of the diagram point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public AxisBase AxisY { get; }

Property Value

Type Description
AxisBase

An AxisBase object that is the Y-axis.

Remarks

Use the AxisY property to obtain the Y-axis ‘s DiagramCoordinates.AxisY property values before and after a chart is scrolled in the ChartControl.Scroll event handler. For more information on scrolling a chart diagram, please refer to the Zooming and Scrolling (2D XY-Charts) topic.

See Also