ArcGaugePropsPremium
Represents the props of the KendoReact ArcGauge component.
Name | Type | Default | Description |
---|---|---|---|
centerRender? |
|
A function that renders the center template of the Gauge. | |
children? |
|
Determines the children nodes. | |
className? |
|
Sets additional CSS classes to the component. | |
color? |
|
The color of the value pointer. Accepts a valid CSS color string, including hex and rgb. | |
colors? |
|
The color ranges of the value pointer (see example). | |
dir? |
|
Represents the | |
opacity? |
|
The opacity of the value pointer. | |
renderAs? |
|
Sets the preferred rendering engine. If not supported by the browser, the Gauge switches to the first available mode. The supported values are:
| |
scale? |
|
The scale options of the ArcGauge. | |
style? |
|
The styles that are applied to the component. | |
transitions? |
|
If set to | |
value |
|
The value of the Gauge. |