Skip to main content
A newer version of this page is available. .

ArcScaleMarker.ShapeScale Property

Gets or sets the marker’s scale along the X and Y axes.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
public FactorF2D ShapeScale { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.FactorF2D

A Factor2D structure that specifies the marker’s scale factors along the X and Y axes.

Remarks

Use the ShapeScale property to zoom the marker in or out relative to other gauge elements. The XFactor and YFactor attributes of the ShapeScale object specify the scale factors along the X and Y axes. If they are set to (1,1), the marker is displayed in its original size. The lesser the values, the smaller the marker; the greater the values, the larger the marker.

See Also