Skip to main content

ArcScale.Center Property

Gets or sets the center of the scale arc.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public PointF2D Center { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.PointF2D

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.

CircularGaugesCenterRadius

See Coordinate System, to learn about relative coordinates.

See Also