Axis.IsMarginVisible Property

Definition

Gets or sets a flag that determines whether to add a margin to the axis.

public:
 property bool IsMarginVisible { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsMarginVisible { get; set; }
[<System.ComponentModel.Bindable(true)>]
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.

Attributes

Applies to