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 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 ...
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...
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...
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...
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...
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...
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...