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.v19.1.dll

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
BootstrapChartAxisSettings
BootstrapChartAxisSettingsBase
BootstrapChartCommonAxisSettings
BootstrapChartValueAxis
BootstrapPolarChartArgumentAxis
BootstrapPolarChartAxisSettingsBase
BootstrapPolarChartValueAxis

Remarks

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

See Also