Hi Philippe Lalonde,
Thanks for contacting Syncfusion support.
We have analyzed your query. By using API’s “stripLine” you can draw lines in both side of the chart (ie) vertical and horizontal.
Please find the code snippet below
[JS]
stripLine:
[
{
visible: true,
start: 25, // To start of y axis point
end: 40, // To end of y axis point
color: 'transparent',
borderWidth: 1,
borderColor:"#6600ff"
}
],
|
In the above code, we have drawn the horizontal line by using strip line. On that, we have set the start of y axis point and also set the y axis end point for ending the horizontal line.
Sample can be downloaded from the below link.
Sample Link:
samplePlease let us know if you need any other assistance.
Regards,
Saravana Kumar K