You must be logged in to post your query.
Home › Forums › Chart Support › Stripline
Tagged: StripLine
Is it possible to draw striplines with coordinate ranges example: (3, 10) or (3, -8)
@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
You must be logged in to reply to this topic. Login/Register