TickSettings.Opacity Property
Specifies how transparent ticks should be.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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 |
|
BootstrapChartCommonAxisSettings |
|
Remarks
This property accepts a value from 0 to 1, where 0 makes ticks completely transparent, and 1 makes them opaque.
See Also