Axis.CustomLabels Özellik

Tanım

Nesneleri depolamak CustomLabelsCollection için kullanılan bir nesneyi CustomLabel alır.

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

Özellik Değeri

CustomLabelsCollection

Nesneleri CustomLabelsCollection depolamak için kullanılan CustomLabel nesne.

Öznitelikler

Açıklamalar

Eksen için özel etiketler eklemek veya kaldırmak üzere bu özelliği kullanın. Nesneleri CustomLabel kullanmak, geliştiricinin eksen etiketleri için metni rastgele ayarlamalarını sağlar.

Etiketlerin ikinci satırda yalnızca özel etiketler kullanılabilir. Ayrıca, ilk etiket satırda özel bir etiket kullanılıyorsa, bu ilk satırdaki tüm etiketler özel etiketlere sahip olması gerekir.

Etiketler veri noktalarından da ayarlandır veya eksen ölçeğinden otomatik olarak oluşturulur.

Şunlara uygulanır