CustomLabel Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy nowe wystąpienie klasy CustomLabel.
Przeciążenia
CustomLabel() |
Tworzy nowe wystąpienie klasy CustomLabel. |
CustomLabel(Double, Double, String, Int32, LabelMarkStyle) |
Inicjuje CustomLabel nowe wystąpienie klasy z określonymi |
CustomLabel(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes) |
Inicjuje CustomLabel nowe wystąpienie klasy z określonymi |
CustomLabel()
Tworzy nowe wystąpienie klasy CustomLabel.
public:
CustomLabel();
public CustomLabel ();
Public Sub New ()
Uwagi
Ten konstruktor może służyć do tworzenia i inicjowania nowego wystąpienia CustomLabel klasy.
Zaleca się jednak użycie jednej z Add
metod w klasie w CustomLabelsCollection celu dodania etykiet niestandardowych.
Dotyczy
CustomLabel(Double, Double, String, Int32, LabelMarkStyle)
Inicjuje CustomLabel nowe wystąpienie klasy z określonymi fromPosition
parametrami , toPosition
, text
, labelRow
i markStyle
.
public:
CustomLabel(double fromPosition, double toPosition, System::String ^ text, int labelRow, System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle markStyle);
public CustomLabel (double fromPosition, double toPosition, string text, int labelRow, System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle markStyle);
new System.Windows.Forms.DataVisualization.Charting.CustomLabel : double * double * string * int * System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle -> System.Windows.Forms.DataVisualization.Charting.CustomLabel
Public Sub New (fromPosition As Double, toPosition As Double, text As String, labelRow As Integer, markStyle As LabelMarkStyle)
Parametry
- fromPosition
- Double
Początek zakresu osi, do których ma zastosowanie etykieta.
- toPosition
- Double
Koniec zakresu osi, do których ma zastosowanie etykieta.
- text
- String
Tekst etykiety.
- labelRow
- Int32
Indeks wiersza etykiety.
- markStyle
- LabelMarkStyle
Styl oznaczania etykiety.
Dotyczy
CustomLabel(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes)
Inicjuje CustomLabel nowe wystąpienie klasy z określonymi fromPosition
parametrami , toPosition
, text
, labelRow
markStyle
i gridTick
.
public:
CustomLabel(double fromPosition, double toPosition, System::String ^ text, int labelRow, System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle markStyle, System::Windows::Forms::DataVisualization::Charting::GridTickTypes gridTick);
public CustomLabel (double fromPosition, double toPosition, string text, int labelRow, System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle markStyle, System.Windows.Forms.DataVisualization.Charting.GridTickTypes gridTick);
new System.Windows.Forms.DataVisualization.Charting.CustomLabel : double * double * string * int * System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle * System.Windows.Forms.DataVisualization.Charting.GridTickTypes -> System.Windows.Forms.DataVisualization.Charting.CustomLabel
Public Sub New (fromPosition As Double, toPosition As Double, text As String, labelRow As Integer, markStyle As LabelMarkStyle, gridTick As GridTickTypes)
Parametry
- fromPosition
- Double
Początek zakresu osi, do których ma zastosowanie etykieta.
- toPosition
- Double
Koniec zakresu osi, do których ma zastosowanie etykieta.
- text
- String
Tekst etykiety.
- labelRow
- Int32
Indeks wiersza etykiety.
- markStyle
- LabelMarkStyle
Styl oznaczania etykiety.
- gridTick
- GridTickTypes
Niestandardowa flaga linii siatki i/lub znaczniki.