Skip to main content

ArcScale.EndAngle Property

Gets or sets the angle at which the scale ends.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

#Declaration

[DefaultValue(360F)]
public float EndAngle { get; set; }

#Property Value

Type Default Description
Single 360

The angle at which the scale ends, in degrees.

#Remarks

The value displayed at the end of the scale is specified by the ArcScale.MaxValue property.

CircularGaugesAngles1

See Coordinate System, to learn about angle measurement.

See Also