Is there any way to set a target line in a column chart? In the attached image, I have an additional line chart inside of the column chart and changed the data point style to make it a longer line. Ideally I would like it to span across the full chart.
I believe we have a solution to create the graph you want. Below you can see a screenshot from a report I created with the resulting target-line
The report with the graph from the picture above is attached to this reply. I will explain the steps needed to add this line
Open up the Series editor for the graph by clicking the little button with '...' inside the properties.
Add a new lineSeries
Set the following properties of the new lineSeries
LineType: Stepped (this will make the line reach from start to end of the xAxis)
CoordinateSystem, CategoryGroup and SeriesGroup to the same values as the existing barSeries(should be only one choice)
Y: = 0,8 or the value you want as a target
Value: The title/legend you want to be displayed next to the graph to explain what the line is
Does this result in the graph you want? The setup might depend slightly on how your already existing graph is set up. Let me know if it works out, if you run into challenges, or have any other questions.
Regards,
Mads
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.