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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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 |
---|---|
BootstrapChartAxisSettingsBase |
|
See Also