Skip to main content

BootstrapChartCommonAxisSettings.MinorTickSettings Property

Configures the appearance of minor axis ticks.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
TickSettings null

A TickSettings object that contains settings for minor axis ticks.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinorTickSettings
BootstrapPolarChart
.SettingsCommonAxis .MinorTickSettings

Remarks

BootstrapChart_AxisTicks

See Also