UNPKG

@progress/kendo-gauges-vue-wrapper

Version:
43 lines (24 loc) 1.03 kB
--- title: RadialGaugePointer API description: "API Index | RadialGaugePointer" api_reference: true slug: api_radialgaugepointercomponent_wrapper --- # RadialGaugePointer ## Directive `kendo-radialgauge-pointer` ## Parent Components * [`kendo-radialgauge`]({% slug api_radialgaugecomponent_wrapper %}) ## Props ### cap-color `String` The color of the cap. Accepts any valid CSS color string, including hex and rgb. ### cap-size `Number` The size of the cap in percentage (from 0 to 1). ### color `String` The color of the pointer. Accepts any valid CSS color string, including hex and rgb. ### length `Number` The pointer length (in percentage) that is based on the distance to the scale. The default length of `1` indicates that the pointer reaches exactly the scale. Accepts values between `0.1` and `1.5`. ### value `Number` The value of the Gauge. ## Suggested Links * [`Pointer`in Kendo UI RadialGauge for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/radialgauge/configuration/pointer)