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

属性

适用于