[]
        
(Showing Draft Content)

C1.Web.Mvc.RadialGauge

RadialGauge Class

The RadialGauge displays a circular scale with an indicator

Inheritance
RadialGauge
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class RadialGauge : Gauge, IHtmlString, ITemplate

Constructors

Name Description
RadialGauge(HtmlHelper, string)

Creates one RadialGauge instance.

Properties

Name Description
AutoScale

Gets or sets whether the gauge should automatically scale to fill the host element.

NeedleLength

Gets or sets a value that determines the length of the gauge's needleElement with respect to the pointer range.

NeedleShape

Gets or sets a value that determines the shape of the gauge's needle element.

ShowText

Gets or sets which values should be displayed as text in the gauge.

StartAngle

Gets or sets the starting angle for the gauge, in degrees.

SweepAngle

Gets or sets the sweeping angle for the gauge, in degrees.

Extension Methods