RadialGaugeAreaComponent
Component
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 {
}