New to Kendo UI for AngularStart a free 30-day trial

Represents the configuration options for the RadialGauge area. This component controls the entire visible area of the RadialGauge.

Definition

Package:@progress/kendo-angular-gauges

Selector:kendo-radialgauge-area

Syntax:

ts
import { Component } from '@angular/core';

@Component({
  selector: 'my-app',
  template: `
    <kendo-radialgauge-area background="lightblue">
    </kendo-radialgauge-area>
  `
})
class AppComponent {
}

Inputs

The background of the Gauge area. Accepts valid CSS color strings, including hex and rgb.

The border of the Gauge area.

height?

number

The height of the Gauge area.

margin?

number | Margin

The margin of the Gauge area.

width?

number

The width of the Gauge area.