共用方式為


Axis.IsLabelAutoFit 屬性

定義

取得或設定旗標,這個旗標會判斷座標軸標籤是否已自動調整大小。

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

屬性值

Boolean

如果座標軸標籤已自動調整大小則為 true,否則為 false

屬性

適用於