Range Band
The range band feature is used to highlight a particular range along the y-axis using start and end range property. You can also customize the color and opacity of the range band.
this.rangeBandSettings = {
startRange: 4,
endRange: 30,
color: "#ff14ae",
opacity: 0.4
};
<ej-sparkline id="sparklinecontainer" [rangeBandSettings]="rangeBandSettings">
</ej-sparkline>
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page