ASP Chart Control Rendering

Hi I have v3.2.1.0 of the Essential Suite. I have created a simple chart control in an ASP.NET project and get no errors when I compile and run the project. However, the chart does not display. I have set: OutputFormat = ChartOutputFormat.Handler ImageUrlPath = .\ From reading the various articles it seems I may need to set httphandlers but I am not entirely clear about how to do this. Please can you assist. Chris

2 Replies

DJ Davis Jebaraj Syncfusion Team July 1, 2005 01:43 PM UTC

Hi Chris, To use the Chart HTTP handler, add this entry to the web.config file you are using: The version number in the above entry needs to be changed as follows: version=3.200.1.0 // Version 1.0 of the framework version=3.201.1.0 // Version 1.1 of the framework version=3.202.1.0 // Version 2.0 of the framework Thanks, Davis


CR Chris Rea July 1, 2005 03:57 PM UTC

Thanks Davis. That''s done the trick Have a pleasant weekend. Chris >Hi Chris, > >To use the Chart HTTP handler, add this entry to the web.config file you are using: > > > > > >The version number in the above entry needs to be changed as follows: > >version=3.200.1.0 // Version 1.0 of the framework >version=3.201.1.0 // Version 1.1 of the framework >version=3.202.1.0 // Version 2.0 of the framework > >Thanks, > >Davis > >

Loader.
Up arrow icon