Hello,
I want to create a clustered column chart which will depict how many tickets are sold in a month for events in the current and the next few months as you can see on the attached image chart.jpg. Is that possible with Telerik Reporting? Do I have to use two category groups to get the chart I want? I tried but with no luck.
My data source is an array of items of the following class:
public class Report1Model{ public string Titel { get; set; } public DateTime OrderDateTime { get; set; } public DateTime EventDateDateTime { get; set; } public int TicketCount { get; set; }}The second attached picture chart-properties.png is a screenshot of the properties of my chart.
Please help. I don't get any further.
Greetings from Germany,
Tobias