Skip to main content
A newer version of this page is available. .

AxisTitleSettingsBase.Margin Property

Provides access to an object used to specify or retrieve the title’s margin settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public MarginSettings Margin { get; }

Property Value

Type Default Description
DevExpress.Web.Bootstrap.MarginSettings *null*

A MarginSettings object used to control the title’s margin settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Margin
BootstrapChartArgumentAxis
.TitleSettings.Margin
BootstrapChartAxisSettings
.TitleSettings.Margin
BootstrapChartAxisSettingsBase
.TitleSettings.Margin
BootstrapChartValueAxis
.TitleSettings.Margin
See Also