Bahasa

Axis.CustomLabels Properti

Definisi

Mendapatkan objek yang CustomLabelsCollection digunakan untuk menyimpan CustomLabel objek.

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

Nilai Properti

Objek CustomLabelsCollection.

Atribut

Keterangan

Gunakan properti ini untuk menambahkan atau menghapus label kustom untuk sumbu. Menggunakan CustomLabel objek memungkinkan pengembang untuk secara segan mengatur teks untuk label sumbu.

Hanya label kustom yang dapat digunakan di baris kedua label. Selain itu, jika label kustom digunakan di baris label pertama, maka semua label di baris pertama ini harus berupa label kustom.

Label juga dapat diatur dari titik data, atau dihasilkan secara otomatis dari skala sumbu.

Berlaku untuk