Sets and gets the options to customize the axis for the circular gauge component.
Sets and gets the annotation element for an axis in circular gauge component.
string
Sets and gets the background color of an axis. This property accepts value in hex code, rgba string as a valid CSS color string.
Defaults to null
string
Sets and gets the direction of an axis.
Defaults to ClockWise
number
Sets and gets the end angle of an axis in circular gauge component.
Defaults to 160
boolean
Enables and disables the intersecting labels to be hidden in axis.
Defaults to false
Sets and gets the style of the axis label in circular gauge component.
Sets and gets the style of the line in axis of circular gauge component.
Sets and gets the major tick lines of an axis in circular gauge component.
Defaults to { width: 2, height: 10 }
number
Sets and gets the maximum value of an axis in the circular gauge component.
Defaults to null
number
Sets and gets the minimum value of an axis in the circular gauge component.
Defaults to null
Sets and gets the minor tick lines of an axis in circular gauge component.
Defaults to { width: 2, height: 5 }
Sets and gets the pointers of an axis in circular gauge component.
string
Sets and gets the radius of an axis in circular gauge.
Defaults to null
number
Sets and gets the gap between the ranges by specified value in circular gauge component.
Defaults to null
Sets and gets the ranges of an axis in circular gauge component.
number
Sets and gets the rounding Off value in the label in an axis.
Defaults to null
boolean
Enables and disables the last label of axis when it is hidden in circular gauge component.
Defaults to false
boolean
Enables and disables the start and end gap between the ranges and axis in circular gauge.
Defaults to false
number
Sets and gets the start angle of an axis in circular gauge component.
Defaults to 200