Back to Devexpress

ChartZoomEventArgs Properties

corelibraries-devexpress-dot-xtracharts-dot-chartzoomeventargs-dot-underscore-properties.md

latest1.7 KB
Original Source

ChartZoomEventArgs Properties

Provides data for the ChartControl.Zoom event.

NameDescription
AxisXGets the X-axis of the diagram point.
AxisYGets the Y-axis of the diagram point.
NewXRangeGets the new value of the AxisBase.VisualRange property for the X-axis.
NewYRangeGets the new value of the AxisBase.VisualRange property for the Y-axis.
OldXRangeGets the old value of the AxisBase.VisualRange property for the X-axis.
OldYRangeGets the old value of the AxisBase.VisualRange property for the Y-axis.
TypeGets the zoom type.

See Also

ChartZoomEventArgs Class

ChartZoomEventArgs Members

DevExpress.XtraCharts Namespace