Back to Devexpress

ChartScrollEventArgs.AxisY Property

corelibraries-devexpress-dot-xtracharts-dot-chartscrolleventargs-c4690833.md

latest1.7 KB
Original Source

ChartScrollEventArgs.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 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

ChartScrollEventArgs Class

ChartScrollEventArgs Members

DevExpress.XtraCharts Namespace