Axis.LabelAutoFitStyle 屬性

定義

取得或設定容許的標籤變更,您可以進行這些變更,讓標籤沿著座標軸自動調整大小。

public:
 property System::Web::UI::DataVisualization::Charting::LabelAutoFitStyles LabelAutoFitStyle { System::Web::UI::DataVisualization::Charting::LabelAutoFitStyles get(); void set(System::Web::UI::DataVisualization::Charting::LabelAutoFitStyles value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles LabelAutoFitStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LabelAutoFitStyle : System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles with get, set
Public Property LabelAutoFitStyle As LabelAutoFitStyles

屬性值

LabelAutoFitStyles

LabelAutoFitStyles 列舉值,指定容許的標籤變更,您可以進行這些變更,讓標籤沿著座標軸自動調整大小。

屬性

備註

IsLabelAutoFit 屬性必須設定為 true

適用於