[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.RadialGaugeBuilder

RadialGaugeBuilder Class

Defines a builder to configurate RadialGauge.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class RadialGaugeBuilder : GaugeBuilder<RadialGauge, RadialGaugeBuilder>, IHtmlContent

Constructors

Name Description
RadialGaugeBuilder(RadialGauge)

Creates one RadialGaugeBuilder instance to configurate component.

Methods

Name Description
AutoScale(bool)

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

NeedleLength(NeedleLength)

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

NeedleShape(NeedleShape)

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

ShowText(ShowText)

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

StartAngle(double)

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

SweepAngle(double)

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