Search results

RangeDirective API in Angular Circular Gauge API component

Represents the directive to render and customize the ranges in an axis of circular gauge.

<e-ranges><e-range></e-range></e-ranges>

Properties

color

any

Sets and gets the color of the ranges in circular gauge.

Defaults to null

end

any

Sets and gets the end value of the range in circular gauge.

Defaults to 0

endWidth

any

Sets and gets the width for the end of the range in the circular gauge.

Defaults to ‘10’

legendText

any

Sets and gets the text to be displayed for the corresponding legend item in the legend of the circular gauge.

Defaults to

linearGradient

any

Sets and gets the properties to render a linear gradient for the range. If both linear and radial gradient is set, then the linear gradient will be rendered in the range.

Defaults to null

offset

any

Sets and gets the offset value for the range from which it is to be placed from the axis in circular gauge.

Defaults to ‘0’

opacity

any

Sets and gets the opacity for the ranges in circular gauge.

Defaults to 1

position

any

Sets and gets the position of the range in the axis in circular gauge.

Defaults to Auto

radialGradient

any

Sets and gets the properties to render a radial gradient for the range.

Defaults to null

radius

any

Sets and gets the radius of the range for circular gauge.

Defaults to null

roundedCornerRadius

any

Sets and gets the corner radius for ranges in circular gauge.

Defaults to 0

start

any

Sets and gets the start value of the range in circular gauge.

Defaults to 0

startWidth

any

Sets and gets the width for the start of the range in the circular gauge.

Defaults to ‘10’