Search results

AxisModel API in React Circular Gauge API component

Interface for a class Axis

Properties

annotations

AnnotationModel[]

Sets and gets the annotation element for an axis in circular gauge component.

background

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.

direction

GaugeDirection

Sets and gets the direction of an axis.

endAngle

number

Sets and gets the end angle of an axis in circular gauge component.

hideIntersectingLabel

boolean

Enables and disables the intersecting labels to be hidden in axis.

labelStyle

LabelModel

Sets and gets the style of the axis label in circular gauge component.

lineStyle

LineModel

Sets and gets the style of the line in axis of circular gauge component.

majorTicks

TickModel

Sets and gets the major tick lines of an axis in circular gauge component.

maximum

number

Sets and gets the maximum value of an axis in the circular gauge component.

minimum

number

Sets and gets the minimum value of an axis in the circular gauge component.

minorTicks

TickModel

Sets and gets the minor tick lines of an axis in circular gauge component.

pointers

PointerModel[]

Sets and gets the pointers of an axis in circular gauge component.

radius

string

Sets and gets the radius of an axis in circular gauge.

rangeGap

number

Sets and gets the gap between the ranges by specified value in circular gauge component.

ranges

RangeModel[]

Sets and gets the ranges of an axis in circular gauge component.

roundingPlaces

number

Sets and gets the rounding Off value in the label in an axis.

showLastLabel

boolean

Enables and disables the last label of axis when it is hidden in circular gauge component.

startAndEndRangeGap

boolean

Enables and disables the start and end gap between the ranges and axis in circular gauge.

startAngle

number

Sets and gets the start angle of an axis in circular gauge component.