Gets or sets the fixed angle (in degrees) to rotate the tick marks.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute()]
public double ShapeAngle { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property ShapeAngle As Double
	Get
	Set

See Also