ComponentOne ASP.NET MVC Controls
StartAngle Method (RadialGaugeBuilder)

C1.Web.Mvc.Fluent Namespace > RadialGaugeBuilder Class : StartAngle Method
The value.
Configurates C1.Web.Mvc.RadialGauge.StartAngle. Sets the starting angle for the gauge, in degrees.
Syntax
'Declaration
 
Public Function StartAngle( _
   ByVal value As Double _
) As RadialGaugeBuilder
public RadialGaugeBuilder StartAngle( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Angles are measured clockwise, starting at the 9 o'clock position.
See Also

Reference

RadialGaugeBuilder Class
RadialGaugeBuilder Members