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

TickSettings.Opacity Property

Specifies how transparent ticks should be.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(null)]
public double? Opacity { get; set; }

Property Value

Type Default Description
Nullable<Double> *null*

A nullable double value that specifies the opacity.

Property Paths

You can access this nested property as listed below:

Object Type Path to Opacity
BootstrapChartArgumentAxis
.MinorTickSettings .Opacity
BootstrapChartAxisSettings
.MinorTickSettings .Opacity
BootstrapChartAxisSettingsBase
.MinorTickSettings .Opacity
BootstrapChartCommonAxisSettings
.MinorTickSettings .Opacity
BootstrapChartValueAxis
.MinorTickSettings .Opacity
BootstrapPolarChartArgumentAxis
.MinorTickSettings .Opacity
BootstrapPolarChartAxisSettingsBase
.MinorTickSettings .Opacity
BootstrapPolarChartValueAxis
.MinorTickSettings .Opacity

Remarks

This property accepts a value from 0 to 1, where 0 makes ticks completely transparent, and 1 makes them opaque.

See Also