Hi
Yogesh,
You
can create a vertical stripline by adding the stripline to the horizontal axis
and setting its visible property to true. Striplines are rendered within
the specified start and end range, and you can add multiple
striplines to an axis. We have prepared the sample and attached for your
reference. Please check with below snippet and screenshot.
|
primaryXAxis={{ stripLines: [{ start: 500, end: 2000, color: 'red', visible: true, opacity: 0.2 }] }}
|

Sample
: https://stackblitz.com/edit/react-4ptviysv?file=index.js
UG
: https://ej2.syncfusion.com/react/documentation/chart/strip-line#vertical-striplines
Demo
: https://ej2.syncfusion.com/react/demos/#/tailwind3/chart/stripline
Kindly
revert us if you have any concerns.
Regards,
Durga
Gopalakrishnan.