Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TickmarkOptions.FactorThickness Property

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

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v24.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