Sdílet prostřednictvím


CursorEventArgs Konstruktory

Definice

Inicializuje novou instanci CursorEventArgs třídy .

Přetížení

CursorEventArgs(ChartArea, Axis, Double)

Inicializuje novou instanci CursorEventArgs třídy se zadanou oblastí grafu, osou a umístěním kurzoru.

CursorEventArgs(ChartArea, Axis, Double, Double)

Inicializuje novou instanci CursorEventArgs třídy se zadanou oblastí grafu, osou, počáteční a koncovou pozicí pro nový rozsah.

CursorEventArgs(ChartArea, Axis, Double)

Inicializuje novou instanci CursorEventArgs třídy se zadanou oblastí grafu, osou a umístěním kurzoru.

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

Ukazatel ChartArea myši.

axis
Axis

Osa kurzoru

newPosition
Double

Nová pozice kurzoru

Platí pro

CursorEventArgs(ChartArea, Axis, Double, Double)

Inicializuje novou instanci CursorEventArgs třídy se zadanou oblastí grafu, osou, počáteční a koncovou pozicí pro nový rozsah.

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

Ukazatel ChartArea myši.

axis
Axis

Osa kurzoru

newSelectionStart
Double

Počáteční pozice nového výběru rozsahu

newSelectionEnd
Double

Koncová pozice výběru nové oblasti

Platí pro