Axis.IsMarginVisible Property

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member IsMarginVisible : bool with get, set

Property Value

Type: System.Boolean

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

.NET Framework
Available since 4.0
Return to top
Show: