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

ArcScale.RadiusY Property

Gets or sets the Y radius of the scale arc.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

[DefaultValue(100F)]
[XtraSerializableProperty]
public float RadiusY { get; set; }

Property Value

Type Default Description
Single 100

The Y radius of the scale arc, in relative coordinates.

Remarks

The ArcScale.RadiusX and RadiusY properties specify the radii of the scale arc along the X and Y axes. The center of the scale is specified by the ArcScale.Center property.

CircularGaugesCenterRadius

See Coordinate System, to learn about relative coordinates.

See Also