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

TickSettings.Width Property

Specifies the width of ticks in pixels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(null)]
public int? Width { get; set; }

Property Value

Type Default Description
Nullable<Int32> *null*

A nullable integer value that specifies the width in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to Width
BootstrapChartArgumentAxis
BootstrapChartAxisSettings
BootstrapChartAxisSettingsBase
BootstrapChartCommonAxisSettings
BootstrapChartValueAxis
BootstrapPolarChartArgumentAxis
BootstrapPolarChartAxisSettingsBase
BootstrapPolarChartValueAxis
See Also