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

プロパティ値

Boolean

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

属性

適用対象