TickmarkOptions.FactorLength Property
Gets or sets a value by which the tickmarks’ length should be multiplied.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.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:
FactorLength = 1 FactorLength = 1.5 FactorLength = 2 for minor tickmarks:
FactorLength = 1 FactorLength = 1.5 FactorLength = 2
For more information on tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.
See Also