I am using a Telerick graph inside my WPF application. I am not seeing a way to enable scrolling either horizontal or vertical on the graph. I am not using xaml. My report is called EmployeeReport (EmployeeReport.cs, EmployeeReport.Designer.cs, EmployeeReport.resx) Just to review, my EmployeeReport.cs is implementing the interface Telerik.Reporting.Report. The constructor of EmployeeReport.cs receives an IEnumerable which is applied as the datasource to the graph.
The graph values change and the graph size is staying the same. All the items are getting mixed together.
Summary, how do adjust the graph to be one size and scroll both horizontal or vertical.