Back to Devexpress

MarkerOptionsBase.FactorWidth Property

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

latest2.3 KB
Original Source

MarkerOptionsBase.FactorWidth Property

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

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

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

Property Value

TypeDescription
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.

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

FactorWidth = 1FactorWidth = 2FactorWidth = 3

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

See Also

FactorHeight

MarkerOptionsBase Class

MarkerOptionsBase Members

DevExpress.Xpf.Gauges Namespace