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

プロパティ値

軸ラベルのサイズを自動調整する場合は true。それ以外の場合は false

属性

適用対象