Currently we have a scenario where we have different data chart like this we have 2 chart with one column chart only with width fixed?
Currently we need to make discrete target line by calculating difference ,How to draw the yellow line by using custom marker technique ,Please it some urgent requirement kindly help out
Code to make dashed line
How to use marker to fix this issue
Hello Muhammad,
I am under the impression from the description of this forum thread that you are looking to be able to draw the vertical yellow lines in your second screenshot. If this is the case, I would not recommend doing this via a custom marker as this would be incredibly complicated and non-trivial to calculate and create for each point as the length of each vertical line would differ.
Instead, I would recommend utilizing a StepLineSeries, like demonstrated here: https://es.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/step-chart#angular-step-line-chart.
If you are looking for the entire line to be dashed, my best recommendation in this case is that you await an upcoming release for Ignite UI for Angular, as we are currently working towards releasing a display for line-based series so that the display can be a dashed line.
Please let me know if you have any other questions or concerns on this matter.