Axis.IsMarginVisible プロパティ

定義

軸の余白を使用するかどうかを決定するフラグを取得または設定します。

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

プロパティ値

true 最初または最後のデータ ポイントとグラフ エリアの境界線の間にスペースを追加する場合。それ以外の場合は false

属性

適用対象