Skip to main content
A newer version of this page is available. .

ArcScale.EndAngle Property

Gets or sets the angle at which the scale ends.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[DefaultValue(360F)]
[XtraSerializableProperty]
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