ViewEventArgs 생성자
정의
ViewEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ViewEventArgs class.
오버로드
ViewEventArgs(Axis, Double) |
지정된 |
ViewEventArgs(Axis, Double, Double, DateTimeIntervalType) |
지정된 |
ViewEventArgs(Axis, Double)
지정된 axis
및 newPosition
매개 변수를 사용하여 ViewEventArgs 클래스의 새 인스턴스를 초기화합니다.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)
매개 변수
- axis
- Axis
눈금 뷰의 축입니다.The axis of the scale view.
- newPosition
- Double
새 눈금 뷰의 시작 위치입니다.The start position of the new scale view.
적용 대상
ViewEventArgs(Axis, Double, Double, DateTimeIntervalType)
지정된 axis
, newPosition
, newSize
및 newSizeType
매개 변수를 사용하여 ViewEventArgs 클래스의 새 인스턴스를 초기화합니다.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)
매개 변수
- 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.