UNPKG

@progress/kendo-gauges-vue-wrapper

Version:
61 lines (33 loc) 1.29 kB
--- title: gaugeAreaProps API description: "API Index | gaugeAreaProps" api_reference: true slug: api_arcgauge_gaugeareaprops_wrapper --- # GaugeAreaProps ### gauge-area-background `String` The background of the Gauge area. Accepts any valid CSS color string, including hex and rgb. ### gauge-area-border-color `String` The color of the border. Accepts any valid CSS color string, including hex and rgb. ### gauge-area-border-dash-type `String` The dash type of the border. ### gauge-area-border-opacity `Number` The opacity of the border. By default, the border is opaque. ### gauge-area-border-width `Number` The width of the border. ### gauge-area-height `Number` The height of the Gauge area. ### gauge-area-margin `Number` The margin of the Gauge area. ### gauge-area-margin-top `Number` The top margin of the Gauge area. ### gauge-area-margin-bottom `Number` The bottom margin of the Gauge area. ### gauge-area-margin-left `Number` The left margin of the Gauge area. ### gauge-area-margin-right `Number` The right margin of the Gauge area. ### gauge-area-width `Number` The width of the Gauge area. ## Suggested Links * [`GaugeArea` in Kendo UI ArcGauge for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/arcgauge/configuration/gaugearea)