Back to Devexpress

ArcScale.RadiusY Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-97a1412c.md

latest1.8 KB
Original Source

ArcScale.RadiusY Property

Gets or sets the Y radius of the scale arc.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(100F)]
public float RadiusY { get; set; }
vb
<DefaultValue(100F)>
Public Property RadiusY As Single

Property Value

TypeDefaultDescription
Single100

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

|

Remarks

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

Center

RadiusX

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace