MarkerOptionsBase.FactorWidth Property
In This Article
Gets or sets a value by which the marker’s width should be multiplied.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that is the marker’s width multiplier. |
#Remarks
Use the FactorWidth and MarkerOptionsBase.FactorHeight properties to modify the marker’s proportion on a scale. Note that you may need to change the marker’s MarkerOptionsBase.Offset property to arrange its position on a scale.
For more information on markers, refer to the Marker (Circular Scale) and Marker (Linear Scale) documents.
See Also