Udostępnij za pośrednictwem


Axis.CustomLabels Właściwość

Definicja

CustomLabelsCollection Pobiera obiekt używany do przechowywania CustomLabel obiektów.

public:
 property System::Windows::Forms::DataVisualization::Charting::CustomLabelsCollection ^ CustomLabels { System::Windows::Forms::DataVisualization::Charting::CustomLabelsCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection CustomLabels { get; }
[<System.ComponentModel.Bindable(true)>]
member this.CustomLabels : System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection
Public ReadOnly Property CustomLabels As CustomLabelsCollection

Wartość właściwości

Obiekt CustomLabelsCollection.

Atrybuty

Uwagi

Ta właściwość służy do dodawania lub usuwania etykiet niestandardowych dla osi. Używanie CustomLabel obiektów umożliwia deweloperowi arbitralne ustawianie tekstu dla etykiet osi.

W drugim wierszu etykiet etykiet można używać tylko etykiet niestandardowych. Ponadto, jeśli etykieta niestandardowa jest używana w pierwszym wierszu etykiety, wszystkie etykiety w tym pierwszym wierszu muszą być etykietami niestandardowymi.

Etykiety można również ustawiać z punktów danych lub generowane automatycznie na podstawie skali osi.

Dotyczy