Range represents the entire span of the progress bar and can be defined using the minimum and maximum properties. The default value of the range is 0 to 100.
<ejs-progressbar id="container" type='Linear' height='60' minimum="0" maximum="100"
value=40>
</ejs-progressbar>