Lines Matching refs:gauge

3 The **Gauge** component represents a gauge that displays data in a circular format.
26 Creates a gauge.
38 …rent value of the gauge, that is, the position to which the indicator points in the gauge. It is u…
50 Sets the value of the gauge.
62 | value | number | Yes | Value of the gauge. It can be dynamically changed.<br>Default value: **0…
68 Sets the start angle of the gauge.
80 | angle | number | Yes | Start angle of the gauge. The value **0** indicates 0 degrees, and a pos…
86 Sets the end angle of the gauge. Ensure an appropriate difference between the start angle and end a…
98 | angle | number | Yes | End angle of the gauge. The value **0** indicates 0 degrees, and a posit…
104 Sets the colors of the gauge.
126 …ents-datapanel.md#lineargradient10) \, number]&gt; | Yes | Colors of the gauge. You can set color…
132 Sets the stroke width of the gauge.
144 | length | [Length](ts-types.md#length) | Yes | Stroke width of the gauge.<br>Default value: **4**…
150 Sets the description of the gauge.
166 Sets the shadow style of the gauge.
182 Sets the indicator style of the gauge.
210 …<boolean\>] | Yes | Whether to enable privacy mode. In privacy mode, the gauge indicator points t…
263 This example demonstrates how to implement a multi-color gauge using the **colors** attribute.
328 ![gauge](figures/gauge-image1.png)
332 This example demonstrates how to implement a single-color gauge using the **colors** attribute.
371 ![gauge](figures/gauge-image2.png)
432 ![gauge](figures/gauge-image3.png)
486 ![gauge](figures/gauge-image4.png)
490 This example shows how to set the minimum and maximum values of the gauge by configuring **min** an…
527 ![gauge](figures/gauge-image5.png)
531 This example illustrates how to set the indicator of the gauge using the **indicator** attribute.
574 ![gauge](figures/gauge-image6.png)
578 This example demonstrates how to set the start and end angles of the gauge using the **startAngle**…
613 ![gauge](figures/gauge-image7.png)
619 This example shows how to customize the content area of the gauge using the **contentModifier** att…
623 // The example implements the customization of the gauge's content area using a Builder, utilizing …
697 ![gauge](figures/gauge_builder.gif)
742 ![gauge](figures/gauge-privacysensitive.gif)