Version

ChartScrollScaleEventArgs Class Properties

For a list of all members of this type, see ChartScrollScaleEventArgs members.

Public Properties
 NameDescription
Public PropertyAxisThe Axis object being scrolled or scaled.  
Public PropertyAxisNumberThe AxisNumber of the axis being scrolled or scaled.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyEventTypeA ScrollScaleEventType corresponding to the type of this event.  
Public PropertyNewValueValue of Scale or Scroll after this event is raised.  
Public PropertyOldValueValue of Scale or Scroll before this event is raised.  
See Also