[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.RadialGaugeTagHelper

RadialGaugeTagHelper Class

ITagHelper implementation for RadialGauge.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-radial-gauge")]
[RestrictChildren("c1-gauge-range", new string[] { })]
public class RadialGaugeTagHelper : GaugeTagHelper<RadialGauge>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
RadialGaugeTagHelper()

Properties

Name Description
AutoScale

Configurates AutoScale. Sets whether the gauge should automatically scale to fill the host element.

NeedleLength

Configurates NeedleLength. Sets a value that determines the length of the gauge's needleElement with respect to the pointer range.

NeedleShape

Configurates NeedleShape. Sets a value that determines the shape of the gauge's needle element.

ShowText

Configurates ShowText. Sets which values should be displayed as text in the gauge.

StartAngle

Configurates StartAngle. Sets the starting angle for the gauge, in degrees.

SweepAngle

Configurates SweepAngle. Sets the sweeping angle for the gauge, in degrees.