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

TickmarkOptions.FactorLength Property

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

Namespace: DevExpress.UI.Xaml.Gauges

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

Declaration

public double FactorLength { get; set; }

Property Value

Type Description
Double

A Double value that is the tickmarks’ length multiplier.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the FactorLength property to modify the length 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