Back to Devexpress

ChartZoomEventArgs.AxisY Property

corelibraries-devexpress-dot-xtracharts-dot-chartzoomeventargs-15e57c38.md

latest1.6 KB
Original Source

ChartZoomEventArgs.AxisY Property

Gets the Y-axis of the diagram point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public AxisBase AxisY { get; }
vb
Public ReadOnly Property AxisY As AxisBase

Property Value

TypeDescription
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 zoomed in the ChartControl.Zoom event handler. For more information on zooming a chart diagram, please refer to the Zooming and Scrolling (2D XY-Charts) topic.

See Also

ChartZoomEventArgs Class

ChartZoomEventArgs Members

DevExpress.XtraCharts Namespace