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.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[XtraSerializableProperty]
public float EndAngle { get; set; }

Property Value

Type Description
Single

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