MarkerOptionsBase.FactorHeight Property
In This Article
Gets or sets a value by which the marker’s height should be multiplied.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
#Property Value
Type | Description |
---|---|
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.
Factor |
Factor |
Factor |
---|---|---|
![]() |
![]() |
![]() |
For more information on markers, refer to the Marker (Circular Scale) and Marker (Linear Scale) documents.
See Also