Back to Devexpress

ChartZoomEventArgs Members

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

latest4.0 KB
Original Source

ChartZoomEventArgs Members

Provides data for the ChartControl.Zoom event.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ChartZoomEventArgs Class

DevExpress.XtraCharts Namespace