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

BootstrapChartCommonAxisSettings.TickLength Property

Specifies the length of ticks in pixels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(8)]
public int TickLength { get; set; }

Property Value

Type Default Description
Int32 8

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

Property Paths

You can access this nested property as listed below:

Object Type Path to TickLength
BootstrapChart
.SettingsCommonAxis.TickLength
BootstrapPolarChart
.SettingsCommonAxis.TickLength
See Also