[]
Defines a builder to configurate RadialGauge.
public class RadialGaugeBuilder : GaugeBuilder<RadialGauge, RadialGaugeBuilder>, IHtmlContent
Name | Description |
---|---|
RadialGaugeBuilder(RadialGauge) | Creates one RadialGaugeBuilder instance to configurate |
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. |