Skip to main content

TickmarkOptions.FactorThickness Property

Gets or sets a value by which the tickmarks’ thickness should be multiplied.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v23.2.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public double FactorThickness { get; set; }

Property Value

Type Description
Double

A Double value that is the tickmarks’ thickness multiplier.

Remarks

Use the FactorThickness property to modify the thickness of major and minor tickmarks on a scale.

The following images illustrate the property behavior:

  • for major tickmarks:

    FactorThickness = 1 FactorThickness = 1.5 FactorThickness = 2
    MajorTickmarkOptions_FactorLength(Thickness)_1 MajorTickmarkOptions_FactorThickness_1.5 MajorTickmarkOptions_FactorThickness_2
  • for minor tickmarks:

    FactorThickness = 1 FactorThickness = 1.5 FactorThickness = 2
    MajorTickmarkOptions_FactorLength(Thickness)_1 MinorTickmarkOptions_FactorThickness_1.5 MinorTickmarkOptions_FactorThickness_2

For more information on tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.

See Also