BootstrapChartCommonAxisSettings.MinorTickSettings Property
In This Article
Configures the appearance of minor axis ticks.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public TickSettings MinorTickSettings { get; }
#Property Value
Type | Default | Description |
---|---|---|
Tick |
null | A Tick |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Minor |
---|---|
Bootstrap |
|
#Remarks
See Also