Search results

RangeModel API in React Circular Gauge API component

Interface for a class Range

Properties

color

string

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

end

number

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

endWidth

number | string

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

legendText

string

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

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.

offset

number | string

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

opacity

number

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

position

PointerRangePosition

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

radialGradient

RadialGradientModel

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

radius

string

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

roundedCornerRadius

number

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

start

number

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

startWidth

number | string

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