ArcScale.Center Property
In This Article
Gets or sets the center of the scale arc.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A point that represents the center of the scale arc, in relative coordinates. |
#Remarks
The ArcScale.RadiusX and ArcScale.RadiusY properties specify the radii of the scale arc along the X and Y axes.
See Coordinate System, to learn about relative coordinates.
See Also