Skip to main content

IMinorTickmark.ShapeScale Property

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

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

FactorF2D ShapeScale { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.FactorF2D

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

Remarks

Use the ShapeScale property to zoom tickmarks 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 tickmarks are displayed in their original size. The lesser the values, the smaller the tickmarks; the greater the values, the larger the tickmarks.

See Also