dundas

How do you print and export when using Dundas charts in VB or C#

I'm using Dundas Chart Profession within my VB program to generate a chart based on my data. Right now I have my charts opening fine but I am unsure how to add the functionality to let the user choose to print (and export) the chart once the program is running. ...

Is it possible to add Puerto Rico to existing US map

Is it possible to add Puerto Rico to an existing US map (Dundas Map control) that is already configured? I inherited a Visual Studio 2008 project with US map already configured, and now I need to add Puerto Rico to this map. It seems that you can't select a specific country and add to an existing map. Even more, I can't even find Puerto ...

How to Clear the Titles of Dundas Olap Chart in PreRender Event ?

Hi! I am using Dundas Controls, to olap reports. I have a requirement that, i need to clear the title of the olap chat only when the Olap Chart has either Categorical or Series. I need to do it in On PreRender event of a OlapChart. But this event is not called, when drag any thing into Categorical or Series. How to do this ? Thanks...

How to overlay multiple series over each other in Dundas bar charts

I am using Dundas charts in a ASP.NET web page and C# as the code behind language. I have a 2 series of data. One which is a bar which denotes a maximum temperature. The second series holds the minimum temperature and needs to be represented on top (not stacked or next to) of the bar chart as a diamond or marker. I can quite easily h...

When configuring the Dundas Web Chart, why do I need a both url AND Dir values?

We use Dundas ASP.NET charts on our website. Our website runs on multiple servers and we use Dundas Ajax functionality, so we need to ensure that Dundas stores it's temporary images in a central location. According to Dundas documentation, we can configure the chart handler as follows: <appSettings> <add key="ChartHttpHandler" value="S...

Using Dundas.Charting in Asp.Net

I am getting the following exception, while using Dundas.Charting in Asp.Net:- Stack trace: at Dundas.Charting.WebControl.ChartHttpHandler.b(HttpContext ) at Dundas.Charting.WebControl.ChartHttpHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.H...

Dundas Gauge for ASP.NET by Microsoft

Hi, A couple of questions following Dundas acquisition by Microsoft: Is Microsoft planning to support/expose the Dundas ASP.NET gauge control? Are all the features that previously existed in Dundas ASP.NET chart control available in the ASP.NET 4.0 chart control? How easy is it to upgrade an existing ASP.NET application to use this con...

Dundas Chart in User Control

Hi, I have a dundas chart with ajax zooming and scrolling enable. It works fine in a webform page. But once I put in a user control and called it from another page I get this error - the target 'ctl00$ContentPlaceHolder1$uc2$chartVisits' for the callback could not be found or did not implement ICallbackEventHandler. -when I try to use...