MindFusion.Charting for Silverlight Programmer's Guide
OvalScale.StartAngle Property
See Also
 






Gets or sets the start angle of the scale. This is a dependency property.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public double StartAngle { get; set; }

Visual Basic  Copy Code

Public Property StartAngle As Double

 Property Value

A double value, expressing the angle in degrees.

 Remarks

This property along with the EndAngle property define the arc orientation and sweep of the scale. The measurement is performed using a standard coordinate system with a center in the middle of the scale and angle values increasing in a clockwise direction. The following picture illustrates this:

 See Also

OvalScale Members
OvalScale Class
MindFusion.Gauges.Silverlight Namespace
EndAngle Property