Hi Albert,
Thanks for using our products.
We have analyzed your query. You requirement of stripline can be achieved by specifying stripline directly in the required axis as depicted below. Kindly find the code snippet below to achieve this requirement.
|
Angular:
//Required module for stripline. Need to import and inject the below module for stripline. Note that in the provided sample we have loaded all the chart module
import { StripLine } from '@syncfusion/ej2-ng-charts';
public primaryYAxis: Object = {
//Initializing Striplines
stripLines: [
{
start: 20,
end: 30,
color: '#0D97D4',
}
]
};
<ej-chart [primaryYAxis]='primaryYAxis'>
</ej-chart>
|
Screenshot:
Sample for reference can be find from below link.
Kindly revert us, if you have any concerns.
Thanks,
Dharani.