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 nowe wystąpienie CustomLabel klasy z określonymi |
CustomLabel(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes) |
Inicjuje nowe wystąpienie CustomLabel 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 metod w klasie w celu Add
CustomLabelsCollection dodania etykiet niestandardowych.
Dotyczy
CustomLabel(Double, Double, String, Int32, LabelMarkStyle)
Inicjuje nowe wystąpienie CustomLabel klasy z określonymi fromPosition
parametrami , , , i toPosition
text
labelRow
markStyle
.
public:
CustomLabel(double fromPosition, double toPosition, System::String ^ text, int labelRow, System::Web::UI::DataVisualization::Charting::LabelMarkStyle markStyle);
public CustomLabel (double fromPosition, double toPosition, string text, int labelRow, System.Web.UI.DataVisualization.Charting.LabelMarkStyle markStyle);
new System.Web.UI.DataVisualization.Charting.CustomLabel : double * double * string * int * System.Web.UI.DataVisualization.Charting.LabelMarkStyle -> System.Web.UI.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 odnosi się etykieta.
- toPosition
- Double
Koniec zakresu osi, do których odnosi się etykieta.
- text
- String
Tekst etykiety.
- labelRow
- Int32
Indeks wierszy etykiety.
- markStyle
- LabelMarkStyle
Styl znaku etykiety.
Dotyczy
CustomLabel(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes)
Inicjuje nowe wystąpienie CustomLabel klasy z określonymi fromPosition
parametrami , , , toPosition
i text
labelRow
markStyle
gridTick
.
public:
CustomLabel(double fromPosition, double toPosition, System::String ^ text, int labelRow, System::Web::UI::DataVisualization::Charting::LabelMarkStyle markStyle, System::Web::UI::DataVisualization::Charting::GridTickTypes gridTick);
public CustomLabel (double fromPosition, double toPosition, string text, int labelRow, System.Web.UI.DataVisualization.Charting.LabelMarkStyle markStyle, System.Web.UI.DataVisualization.Charting.GridTickTypes gridTick);
new System.Web.UI.DataVisualization.Charting.CustomLabel : double * double * string * int * System.Web.UI.DataVisualization.Charting.LabelMarkStyle * System.Web.UI.DataVisualization.Charting.GridTickTypes -> System.Web.UI.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 odnosi się etykieta.
- toPosition
- Double
Koniec zakresu osi, do których odnosi się etykieta.
- text
- String
Tekst etykiety.
- labelRow
- Int32
Indeks wierszy etykiety.
- markStyle
- LabelMarkStyle
Styl znaku etykiety.
- gridTick
- GridTickTypes
Flaga linii siatki niestandardowej i/lub znaczników znaczników.