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

BootstrapChartCommonAxisSettings.TickSettings Property

Configures the appearance of major axis ticks.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public TickSettings TickSettings { get; }

Property Value

Type Default Description
TickSettings *null*

A TickSettings object that contains settings for major axis ticks.

Property Paths

You can access this nested property as listed below:

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

Remarks

BootstrapChart_AxisTicks

See Also