A newer version of this page is available.
Switch to the current version.
BootstrapChartCommonAxisSettings.TickVisible Property
Specifies whether ticks are visible.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean TickVisible { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Property TickVisible As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
true to make ticks visible; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to TickVisible |
---|---|
BootstrapChart |
|
BootstrapPolarChart |
|
See Also
Feedback