Search results

AxisDirective API in Angular Circular Gauge API component

Represents the directive to render the axes in the Circular Gauge.

<e-axes><e-axis></e-axis></e-axes>

Properties

annotations

any

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

background

any

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

direction

any

Sets and gets the direction of an axis.

Defaults to ClockWise

endAngle

any

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

Defaults to 160

hideIntersectingLabel

any

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

Defaults to false

labelStyle

any

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

lineStyle

any

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

majorTicks

any

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

Defaults to { width: 2, height: 10 }

maximum

any

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

Defaults to null

minimum

any

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

Defaults to null

minorTicks

any

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

Defaults to { width: 2, height: 5 }

pointers

any

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

radius

any

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

Defaults to null

rangeGap

any

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

Defaults to null

ranges

any

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

roundingPlaces

any

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

Defaults to null

showLastLabel

any

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

Defaults to false

startAndEndRangeGap

any

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

Defaults to false

startAngle

any

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

Defaults to 200