TickmarkOptions.FactorThickness Property
In This Article
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
#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:
Factor Thickness = 1 Factor Thickness = 1. 5 Factor Thickness = 2 for minor tickmarks:
Factor Thickness = 1 Factor Thickness = 1. 5 Factor Thickness = 2
For more information on tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.
See Also