Back to Devexpress

MarkerOptionsBase.FactorHeight Property

wpf-devexpress-dot-xpf-dot-gauges-dot-markeroptionsbase.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

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

Property Value

TypeDescription
Double

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

|

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 = 1FactorHeight = 2FactorHeight = 3

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

See Also

FactorWidth

MarkerOptionsBase Class

MarkerOptionsBase Members

DevExpress.Xpf.Gauges Namespace