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

ArcScale.RadiusX Property

Gets or sets the X radius of the scale arc.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

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

Property Value

Type Default Description
Single 100

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

Remarks

The RadiusX and ArcScale.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