Search results

Range API in Angular Circular Gauge API component

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

Properties

color

string

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

Defaults to null

end

number

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

Defaults to 0

endWidth

number | string

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

Defaults to ‘10’

legendText

string

Sets and gets the text for the legend in the circular gauge component.

Defaults to

linearGradient

LinearGradientModel

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

number | string

Sets and gets the offset value of range in circular gauge component.

Defaults to ‘0’

opacity

number

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

Defaults to 1

position

PointerRangePosition

Sets and gets the position of the range and pointer for an axis in circular gauge component.

Defaults to Auto

radialGradient

RadialGradientModel

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

Defaults to null

radius

string

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

Defaults to null

roundedCornerRadius

number

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

Defaults to 0

start

number

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

Defaults to 0

startWidth

number | string

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

Defaults to ‘10’