Axis.LabelStyle Özellik

Tanım

Eksenin LabelStyle özelliklerini alır veya ayarlar.

public:
 property System::Web::UI::DataVisualization::Charting::LabelStyle ^ LabelStyle { System::Web::UI::DataVisualization::Charting::LabelStyle ^ get(); void set(System::Web::UI::DataVisualization::Charting::LabelStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LabelStyle LabelStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.LabelStyle : System.Web.UI.DataVisualization.Charting.LabelStyle with get, set
Public Property LabelStyle As LabelStyle

Özellik Değeri

LabelStyle Eksen etiketi stilini tanımlayan bir nesne.

Öznitelikler

Açıklamalar

Eksen etiketlerinin stilini, biçimlendirmesini vb. belirtmek için bu özelliği kullanın.

IsLabelAutoFit özelliği ise trueyazı tipi boyutu, yazı tipi açısı ve uzaklık etiketlerinin kullanımı otomatik olarak belirlenir. LabelStyle.Font.Size Angle veya IsStaggered özelliklerinden herhangi birini ayarlarsanız, IsLabelAutoFit özelliği olarak falseayarlanır.

Etiketler için saat içermeyen bir tarihten oluşan bir biçim kullanılırsa ve DateTime kullanılan veri noktası değerleri saatleri belirtirse, etiket biçimlendirmesi nedeniyle görüntülenmeseler bile saatlerin veri noktalarının konumlarını etkileyeceğini unutmayın.

Şunlara uygulanır