Skip to main content

LinearScaleMarker.ShapeScale Property

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

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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