Skip to main content
A newer version of this page is available. .

TickmarkOptions.FactorThickness Property

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

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public double FactorThickness { get; set; }

Property Value

Type Description
Double

A Double value that is the tickmarks’ thickness multiplier.

Property Paths

You can access this nested property as listed below:

Object Type Path to FactorThickness
ArcScale
.MajorTickmarkOptions.FactorThickness
LinearScale
.MajorTickmarkOptions.FactorThickness
Scale
.MajorTickmarkOptions.FactorThickness

Remarks

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

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

See Also