ArcScale.RadiusX Property
Gets or sets the X radius of the scale arc.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Single | 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.
See Coordinate System, to learn about relative coordinates.
See Also