RangeDirective
12 Sep 20251 minute to read
Represents the directive to render and customize the ranges in an axis of linear gauge.
<e-ranges><e-range></e-range></e-ranges>Properties
border any
Sets and gets the options to customize the style properties of the border for the axis range.
color any
Sets and gets the color of the axis range.
Defaults to ’’
end any
Sets and gets the end value for the range in axis.
Defaults to 0
endWidth any
Sets and gets the width for 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 offset value from where the range must be placed from the axis in linear gauge.
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 for the start of the range in axis.
Defaults to 10