Back to Devexpress

ArcScale.EndAngle Property

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

latest1.7 KB
Original Source

ArcScale.EndAngle Property

Gets or sets the angle at which the scale ends.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDefaultDescription
Single360

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.

See Coordinate System, to learn about angle measurement.

See Also

StartAngle

MinValue

MaxValue

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace