Namespace:
C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public AxisScrollEventArgs( AxisIdEnum id, ScrollEventType type, double oldValue, double newValue, ScrollOrientation orientation ) |
Visual Basic |
---|
Public Sub New ( _ id As AxisIdEnum, _ type As ScrollEventType, _ oldValue As Double, _ newValue As Double, _ orientation As ScrollOrientation _ ) |
Parameters
- id
- Type: C1.Win.C1Chart..::..AxisIdEnum
- oldValue
- Type: System..::..Double
- newValue
- Type: System..::..Double
- orientation
- Type: System.Windows.Forms..::..ScrollOrientation