ArcGaugeProps
Represents the props of the Kendo UI for Vue ArcGauge component.
Name | Type | Default | Description |
---|---|---|---|
centerRender? |
|
A function that renders the center template of the Gauge. | |
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 | |
onRender? |
|
The event handler that is called when the component is rendered. | |
opacity? |
|
The opacity of the value pointer. | |
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. | |
transitions? |
|
If set to | |
value |
|
The value of the Gauge. |