Hi,
I have dragged a chart object onto my design view. I have also set up a datasource that returns relatively simple data, e.g. A DVD title, and Quantity Sold.
I have set this data source in the 'Data Source' property of the chart. I have also inserted the following code in the .cs file, e.g.
From looking at the following post, this appears to be all I should need to do in order to populate the chart, however it doesn't appear to be the case.
Can someone help?
Thanks.
I have dragged a chart object onto my design view. I have also set up a datasource that returns relatively simple data, e.g. A DVD title, and Quantity Sold.
I have set this data source in the 'Data Source' property of the chart. I have also inserted the following code in the .cs file, e.g.
private void chart1_NeedDataSource(object sender, EventArgs e) {Telerik.Reporting.Processing.Chart procChart = (Telerik.Reporting.Processing.Chart)sender;procChart.DataSource = ChartExample1; }From looking at the following post, this appears to be all I should need to do in order to populate the chart, however it doesn't appear to be the case.
Can someone help?
Thanks.