Search found 3 matches

by wmandra
Sun Aug 03, 2008 8:43 pm
Forum: .NET
Topic: Control html generation of WebChart
Replies: 1
Views: 1835

Nevermind.... I came up with a solution, I just created a class that inherits from WebChart and override the Render() method. It's not perfect since my render method only supports jpg images, session temp files, and no interactive scripts - but it will get the job done.

Bill
by wmandra
Sun Aug 03, 2008 6:38 pm
Forum: .NET
Topic: Control html generation of WebChart
Replies: 1
Views: 1835

Control html generation of WebChart

Is there any way to control how the <div> and <img> tags are generated by the WebChart. I'm using version 3.5.3105.20152 in an ASP.NET MVC project (no postbacks). The html tags produced by the WebChart are not valid xhtml, by default the tag looks like: <div style=" z-index : 100; height:225px; widt...
by wmandra
Thu Oct 25, 2007 4:04 pm
Forum: .NET
Topic: Chart.Graphics3D method signature changed in new release?
Replies: 2
Views: 2238

Chart.Graphics3D method signature changed in new release?

Hi, With build 3.2.2763.26082 the Chart.Graphics3D class exposes the following method: public abstract void Rectangle(Brush b, Rectangle r); which we were calling in our code. With the most recent build 3.2.2831.26851 this method is no longer available and the change is not documented in the release...