Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public double FactorWidth { get; set; }

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

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

FactorWidth = 1 FactorWidth = 2 FactorWidth = 3
MarkerOptions_FactorHeight_1 MarkerOptions_FactorWidth_2 MarkerOptions_FactorWidth_3

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

See Also