Skip to main content

ArcScale.RadiusX Property

Gets or sets the X radius of the scale arc.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

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