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

Represents the configuration options for a pointer item of a LinearGauge.

Definition

Package:@progress/kendo-angular-gauges

Selector:kendo-lineargauge-pointer

Syntax:

html
<kendo-lineargauge>
   <kendo-lineargauge-pointers>
         <kendo-lineargauge-pointer [value]="35" color="#ff4500" shape="barIndicator">
         </kendo-lineargauge-pointer>
   </kendo-lineargauge-pointers>
</kendo-lineargauge>

Inputs

Sets the border settings of the pointer.

color

string

Sets the color of the pointer. Accepts valid CSS color strings, including hex and rgb.

margin

number | Margin

Specifies the margin of the pointer.

opacity

number

Sets the opacity of the pointer.

Sets the shape of the pointer.

size

number

Specifies the size of the pointer.

value

number

Sets the value of the pointer.