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

属性

適用対象