I created a new report in blank
I added a graph control
I defined an sqlDataSource with the data what I need
And then? Can you orient me
9 Answers, 1 is accepted

Hello Cynthia,
From the screenshot you supplied I believe you directly added a Graph, and did not use the Graph Wizard. I would recommend using the Wizard as it will help you set everything up faster. It will create and configure category-groups, series-groups, coordinate-system, and series which all are required to display a graph. In case you do want to set up the graph manually, we have an article in our documentation explaining the necessary steps called "How to Create Column Chart".
To set up the graph from your screenshot I recommend first setting up the graph with the two columns "CFDI's A Tiempo" and "CFDI's Tarde", then adding in the line for "% A Tiempo" last. When the graph is created with the first two columns, follow "How to Create Graph with Column and Line Series" to add in the line.
I hope this information is useful and that you are able to create the graph you want. 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/.

OK, thank you very much, I will review your tips

Hello Cynthia,
Thank for checking out my suggested articles. I believe after adding the new line-series, an extra category-group was created. Open up the 'GraphSeries Collection Editor' by clicking the '...' button in the Series properties of the Graph.
Next, make sure both the lineSeries and barSeries have the same category-group
When both are using the same category-group, they should be displayed together. Test changing this.
Let me know how 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/.

now I need to add a second "y" scale for the line graph, because it will be a percent from 0 to 100, and I should like
it at right from the scale x, can you help me with this


Hi Cynthia,
It's great to hear you solve most of the issues. The graph looks great.
The Axis Title can not be rotated by design, as it might push the Graph content too far aside if it is very long. I would suggest using a TextBox with the required formatting placed over the Graph item to display the title instead of the Axis Title property.
I hope this alternative will provide you with a suitable solution. Let me know how it works out or if you run into any challenges.
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/.