ComponentOne ASP.NET MVC Controls
SweepAngle Method

C1.Web.Mvc.Fluent Namespace > RadialGaugeBuilder Class : SweepAngle Method
The value.
Configurates C1.Web.Mvc.RadialGauge.SweepAngle. Sets the sweeping angle for the gauge, in degrees.
Syntax
'Declaration
 
Public Function SweepAngle( _
   ByVal value As Double _
) As RadialGaugeBuilder
public RadialGaugeBuilder SweepAngle( 
   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