Back to Devexpress

ArcScale.StartAngle Property

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

latest1.7 KB
Original Source

ArcScale.StartAngle Property

Gets or sets the angle at which the scale starts.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDefaultDescription
Single0

The angle at which the scale starts, in degrees.

|

Remarks

The value displayed at the beginning of the scale is specified by the ArcScale.MinValue property.

See Coordinate System, to learn about angle measurement.

See Also

EndAngle

MinValue

MaxValue

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace