Axis.IsMarginVisible Property

Definition

Gets or sets a flag that determines whether an axis margin will be used.

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

Property Value

true if a space is added between the first or last data point and the border of chart area; otherwise, false.

Attributes

Applies to