Search results

RangeDirective API in Angular Linear Gauge API component

Ranges directive

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

Properties

border

any

Sets and gets the options to customize the color and width of the border for the axis range.

color

any

Sets and gets the color of the axis range.

end

any

Sets and gets the end value for the range in axis.

Defaults to 0

endWidth

any

Sets and gets the width of the end of the range in axis.

Defaults to 10

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 value to position the range in the axis.

Defaults to ‘0’

position

any

Sets and gets the position to place the ranges in the axis.

Defaults to Outside

radialGradient

any

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

Defaults to null

start

any

Sets and gets the start value for the range in axis.

Defaults to 0

startWidth

any

Sets and gets the width of the start of the range in axis.

Defaults to 10