Version

ChartScrollScaleEventArgs Class Members

The following tables list the members exposed by ChartScrollScaleEventArgs.

Public Constructors
 NameDescription
Public ConstructorChartScrollScaleEventArgs ConstructorOverloaded.   
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