Search results

Label API in Angular Circular Gauge API component

Sets and gets the axis label in circular gauge component.

Properties

autoAngle

boolean

Enables and disables the labels get rotated along the axis in the circular gauge component.

Defaults to false

font

FontModel

Sets and gets the options to customize the style of the text in axis labels in circular gauge component.

format

string

Sets and gets the format for the axis label. This property accepts any global string format like ‘C’, ‘n1’, ‘P’ etc. Also accepts placeholder like ‘{value}°C’ in which value represent the axis label e.g. 20°C.

Defaults to

hiddenLabel

HiddenLabel

Sets and gets the label of an axis, which gets hidden when an axis makes a complete circle.

Defaults to None

offset

number

Sets and gets the value to place the labels from the axis in circular gauge.

Defaults to 0

position

Position

Sets and gets the position type to place the labels in the axis in the circular gauge component.

Defaults to Inside

shouldMaintainPadding

boolean

Enables and disables the default padding value of axis labels in circular gauge component.

Defaults to true

useRangeColor

boolean

Enables and disables the axis labels to use the range color of the axis.

Defaults to false