Język

CursorEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CursorEventArgs.

Przeciążenia

Nazwa Opis
CursorEventArgs(ChartArea, Axis, Double)

Inicjuje CursorEventArgs nowe wystąpienie klasy z określonym obszarem wykresu, osią i położeniem kursora.

CursorEventArgs(ChartArea, Axis, Double, Double)

Inicjuje nowe wystąpienie CursorEventArgs klasy z określonym obszarem wykresu, osią, pozycjami początkowymi i końcowymi dla nowego zakresu.

CursorEventArgs(ChartArea, Axis, Double)

Inicjuje CursorEventArgs nowe wystąpienie klasy z określonym obszarem wykresu, osią i położeniem kursora.

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

Parametry

chartArea
ChartArea

Kursor ChartArea .

axis
Axis

Oś kursora.

newPosition
Double

Nowa pozycja kursora.

Dotyczy

CursorEventArgs(ChartArea, Axis, Double, Double)

Inicjuje nowe wystąpienie CursorEventArgs klasy z określonym obszarem wykresu, osią, pozycjami początkowymi i końcowymi dla nowego zakresu.

public:
 CursorEventArgs(System::Windows::Forms::DataVisualization::Charting::ChartArea ^ chartArea, System::Windows::Forms::DataVisualization::Charting::Axis ^ axis, double newSelectionStart, double newSelectionEnd);
public CursorEventArgs(System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea, System.Windows.Forms.DataVisualization.Charting.Axis axis, double newSelectionStart, double newSelectionEnd);
new System.Windows.Forms.DataVisualization.Charting.CursorEventArgs : System.Windows.Forms.DataVisualization.Charting.ChartArea * System.Windows.Forms.DataVisualization.Charting.Axis * double * double -> System.Windows.Forms.DataVisualization.Charting.CursorEventArgs
Public Sub New (chartArea As ChartArea, axis As Axis, newSelectionStart As Double, newSelectionEnd As Double)

Parametry

chartArea
ChartArea

Kursor ChartArea .

axis
Axis

Oś kursora.

newSelectionStart
Double

Pozycja początkowa nowego zaznaczenia zakresu.

newSelectionEnd
Double

Pozycja końcowa nowego zaznaczenia zakresu.

Dotyczy