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

BootstrapChartAxisLabelSettings.IndentFromAxis Property

Adds a pixel-measured empty space between an axis and its labels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(10)]
public int IndentFromAxis { get; set; }

Property Value

Type Default Description
Int32 10

An integer value specifying the size of the indentation.

Property Paths

You can access this nested property as listed below:

Object Type Path to IndentFromAxis
BootstrapChartArgumentAxis
.Label.IndentFromAxis
BootstrapChartAxisSettings
.Label.IndentFromAxis
BootstrapChartAxisSettingsBase
.Label.IndentFromAxis
BootstrapChartValueAxis
.Label.IndentFromAxis
BootstrapPolarChartArgumentAxis
.Label.IndentFromAxis
BootstrapPolarChartAxisSettingsBase
.Label.IndentFromAxis
BootstrapPolarChartValueAxis
.Label.IndentFromAxis
See Also