Skip to main content

TickSettings.Opacity Property

Specifies how transparent ticks should be.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.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
BootstrapChartCommonAxisSettings
.MinorTickSettings .Opacity
BootstrapChartCommonAxisSettings
.TickSettings .Opacity

Remarks

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

See Also