and create and make writable by the web server this directory, or use ImageLocation="~/images/chart#NOGUIDPARAM" ImageStorageMode="UseImageLocation" attributes on the ASP:Chart tag, then similarly create and make writable the ImageLocation directory.
MSChart not working with Umbraco 4.7?
Hi
Is there something one should know when using the mschart libraries with Umbraco 4.7?
I'm used working with mschart in other projects but anyway here is what ive done so far
Implementation in web.config...
...and registered the assemblies
Now, thats not so difficult
Added the chart to a c# usercontrol
And for the fun of it I've added some data
When running this usercontrol in an external site, like an empty .NET Web Application it renders flawlessly, I'll attach an image so you can see.
Now, what on earth could be wrong and what is Umbracos problem with MSCharting?
Thanks
Hi Eric,
You don't say what happens when you run it in Umbraco, so it's hard to say ;-)
Does it run at all?
j
true.dat
If I put an <hr /> before the <asp:chart and a <hr /> after the closing tag both rules renders but nothing in between. Not even a trace of it!
I have not done this with Umbraco, but with another CMS. I made the notes:
The image created needs to be written by the web server somewhere, either to a temporary directory, in which case add:
<add key="ChartImageHandler" value="storage=file;timeout=20;dir=D:\data\Chart-Temp;"/>
and create and make writable by the web server this directory, or use ImageLocation="~/images/chart#NOGUIDPARAM" ImageStorageMode="UseImageLocation" attributes on the ASP:Chart tag, then similarly create and make writable the ImageLocation directory.
Richard
Thanks Richard, that solved my issue
I ended up using
is working on a reply...