@malvika,
Yes, it is possible to draw stripLines within a given range. You can use startValue and endValue properties to set the starting and ending position of stripline as shown in below code-snippet,
stripLines:[
  {
    startValue: -8,
    endValue:  10
  }
] 
Kindly take a look at this JSFiddle for an example on showing Stripline for a particular range

—
Adithya Menon
Team CanvasJS