Skip to main content

BootstrapChartAxisLabelSettings.IndentFromAxis Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapChartAxisSettingsBase
.Label .IndentFromAxis
See Also