Skip to main content
All docs
V26.1
  • TickSettings.Opacity Property

    Specifies how transparent ticks should be.

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v26.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
    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