TickModel

23 Sep 20251 minute to read

Interface for a class Tick

Properties

color string

Sets and gets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.

dashArray string

Sets and gets the dash-array for the ticks in circular gauge.

height number

Sets and gets the height of the ticks in circular gauge.

interval number

Sets and gets the interval between the tick lines in circular gauge.

offset number

Sets and gets the distance of the ticks from axis in circular gauge.

position Position

Sets and gets the position of the ticks in circular gauge.

useRangeColor boolean

Enables and disables the tick lines to take the color from the range element that overlaps with the ticks.

width number

Sets and gets the width of the ticks in circular gauge.