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

BootstrapChartCommonAxisSettings.MinorTickLength Property

Specifies the length of minor ticks in pixels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
[DefaultValue(8)]
public int MinorTickLength { get; set; }

Property Value

Type Default Description
Int32 8

An integer number that specifies the length of minor ticks in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinorTickLength
BootstrapChart
.SettingsCommonAxis.MinorTickLength
BootstrapPolarChart
.SettingsCommonAxis.MinorTickLength

Remarks

Starting with v.19.1, we recommend that you use new Length property with extended functionality instead.

See Also