Back to Devexpress

TickmarkOptions.FactorLength Property

wpf-devexpress-dot-xpf-dot-gauges-dot-tickmarkoptions-2b516e20.md

latest1.8 KB
Original Source

TickmarkOptions.FactorLength Property

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

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double FactorLength { get; set; }
vb
Public Property FactorLength As Double

Property Value

TypeDescription
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:

  • for minor tickmarks:

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

See Also

FactorThickness

TickmarkOptions Class

TickmarkOptions Members

DevExpress.Xpf.Gauges Namespace