New to Kendo UI for Angular? Start a free 30-day trial
LinearGaugeAreaComponent
Updated on Oct 30, 2025
Represents the configuration options for the LinearGauge area. This component controls the entire visible area of the LinearGauge.
html
<kendo-lineargauge>
  <kendo-lineargauge-area background="lightblue" [border]="{ width: 2 }">
  </kendo-lineargauge-area>
</kendo-lineargauge>Selector
kendo-lineargauge-area
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| background? | 
 | The background of the Gauge area. Accepts valid CSS color strings, including hex and rgb. | |
| border? | 
 | The border of the Gauge area. | |
| height? | 
 | The height of the Gauge area. | |
| margin? | 
 | The margin of the Gauge area. | |
| width? | 
 | The width of the Gauge area. |