ViewEventArgs Constructors

Definition

Initializes a new instance of the ViewEventArgs class.

Overloads

ViewEventArgs(Axis, Double)

Initializes a new instance of the ViewEventArgs class with the specified axis and newPosition parameters.

ViewEventArgs(Axis, Double, Double, DateTimeIntervalType)

Initializes a new instance of the ViewEventArgs class with the specified axis, newPosition, newSize and newSizeType parameters.

ViewEventArgs(Axis, Double)

Initializes a new instance of the ViewEventArgs class with the specified axis and newPosition parameters.

public:
 ViewEventArgs(System::Windows::Forms::DataVisualization::Charting::Axis ^ axis, double newPosition);
public ViewEventArgs (System.Windows.Forms.DataVisualization.Charting.Axis axis, double newPosition);
new System.Windows.Forms.DataVisualization.Charting.ViewEventArgs : System.Windows.Forms.DataVisualization.Charting.Axis * double -> System.Windows.Forms.DataVisualization.Charting.ViewEventArgs
Public Sub New (axis As Axis, newPosition As Double)

Parameters

axis
Axis

The axis of the scale view.

newPosition
Double

The start position of the new scale view.

Applies to

ViewEventArgs(Axis, Double, Double, DateTimeIntervalType)

Initializes a new instance of the ViewEventArgs class with the specified axis, newPosition, newSize and newSizeType parameters.

public:
 ViewEventArgs(System::Windows::Forms::DataVisualization::Charting::Axis ^ axis, double newPosition, double newSize, System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType newSizeType);
public ViewEventArgs (System.Windows.Forms.DataVisualization.Charting.Axis axis, double newPosition, double newSize, System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType newSizeType);
new System.Windows.Forms.DataVisualization.Charting.ViewEventArgs : System.Windows.Forms.DataVisualization.Charting.Axis * double * double * System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType -> System.Windows.Forms.DataVisualization.Charting.ViewEventArgs
Public Sub New (axis As Axis, newPosition As Double, newSize As Double, newSizeType As DateTimeIntervalType)

Parameters

axis
Axis

The axis of the scale view.

newPosition
Double

The start position of the new scale view.

newSize
Double

The new scale view size.

newSizeType
DateTimeIntervalType

The unit of measurement for the size of the new scale view.

Applies to