Axis.IsLabelAutoFit 属性

定义

获取或设置一个标志,该标志确定是否自动安装轴标签。

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

属性值

true 如果自动安装轴标签,则为否则,为 False.

属性

适用于