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

MarkerOptionsBase.FactorHeight Property

Gets or sets a value by which the marker’s height should be multiplied.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public double FactorHeight { get; set; }

Property Value

Type Description
Double

A Double value that is the marker’s height multiplier.

Property Paths

You can access this nested property as listed below:

Object Type Path to FactorHeight
ArcScaleMarker
.Options.FactorHeight
LinearScaleMarker
.Options.FactorHeight

Remarks

Use the MarkerOptionsBase.FactorWidth and FactorHeight properties to modify the marker’s proportion on a scale.

The following images illustrate the property behavior for the Circular Scale.

FactorHeight = 1 FactorHeight = 2 FactorHeight = 3
MarkerOptions_FactorHeight_1 MarkerOptions_FactorHeight_2 MarkerOptions_FactorHeight_3

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

See Also