Back to Devexpress

ChartScrollEventArgs Properties

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

latest2.0 KB
Original Source

ChartScrollEventArgs Properties

Provides data for the ChartControl.Scroll 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.
ScrollOrientationGets the scrolling orientation, i.e. along which axes scrolling is performed.
TypeGets the scrolling type, which specifies scrolling characteristics.

See Also

ChartScrollEventArgs Class

ChartScrollEventArgs Members

DevExpress.XtraCharts Namespace