Back to Devexpress

LinearScaleMarker.ShapeScale Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscalemarker-ec6da630.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public FactorF2D ShapeScale { get; set; }
vb
Public Property ShapeScale As FactorF2D

Property Value

TypeDescription
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

LinearScaleMarker Class

LinearScaleMarker Members

DevExpress.XtraGauges.Core.Model Namespace