TickmarkOptions.FactorLength Property
In This Article
Gets or sets a value by which the tickmarks’ length 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’ length multiplier. |
#Remarks
Use the FactorLength property to modify the length of major and minor tickmarks on a scale.
The following images illustrate the property behavior on Circular Scale:
for major tickmarks:
Factor Length = 1 Factor Length = 1. 5 Factor Length = 2 for minor tickmarks:
Factor Length = 1 Factor Length = 1. 5 Factor Length = 2
For more information on tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.
See Also