Share via


Legend.IsTextAutoFit 属性

定义

获取或设置指示图例文本是否自动调整大小的标志。

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

属性值

如果图例文本自动调整大小,则为 true;否则为 false

属性

适用于