Questions relating to products by Dundas Data Visualization Inc., such as Dundas BI, Dundas Dashboard, or the old Chart/Gauge/Map components for ASP.NET and WinForms
Questions tagged [dundas]
70 questions
10
votes
2 answers
Grouping geographical shapes
I am using Dundas Maps and attempting to draw a map of the world where countries are grouped into regions that are specific to a business implementation.
I have shape data (points and segments) for each country in the world. I can combine countries…

grenade
- 31,451
- 23
- 97
- 126
6
votes
2 answers
Styling the asp.net charting controls
Using the ASP.Net Chart Controls, which are a subset of the Dundas Chart Controls,
How can I make charts that look like this:
Instead of this:
EDIT: I've made some progress, since asking this question. The styling elements that improve the default…

grenade
- 31,451
- 23
- 97
- 126
3
votes
1 answer
MS Chart Control: Formatting Axis Labels
I have questions about formatting the axis labels of the MS ASP.NET chart control. Before I dive into my questions, please take a look at this screenshot.
As you can see in the screenshot, the axis labels are hard to read and appear to be bolded. …

phreeskier
- 763
- 1
- 9
- 14
3
votes
1 answer
MS Chart Control: Drawing and Labeling Line Series Across the Chart Area
I have questions about the MS ASP.NET chart control.
How can a line series be set over a bar series so that it extends to the y-axis of a chart?
Is it possible to place the name of the line series, i.e. "Goal", to the right of the chart as a…

phreeskier
- 763
- 1
- 9
- 14
3
votes
1 answer
150K rows for scatter plot graph loading forever?
I have 150K records of X and Y columns and I am trying to draw a chart for FinanicalFormula. It is taking time to create chart for ever. It is not throwing error also.
Chart1.DataSource = dtChart
' Data bind to the selected data source
…

James123
- 11,184
- 66
- 189
- 343
3
votes
1 answer
Cell Format Strings for Reporting Services/Dundas Charts
Reporting services use format strings to auto format cell data. For example "c2" formats a cell to be displayed as currency with a decimal precision of 2.
Does anyone know where I'd find a comprehensive list off all the different formats available?

jeffspost
- 339
- 3
- 6
- 14
3
votes
3 answers
.NET Charting - Zooming a chart by dragging the X-Axis
I'm trying to implement chart zooming using .NET charting by dragging a value on the X Axis to the right and then dropping it to a new location. It kind of working but I have some problems. Here is my code:
public partial class ChartForm : Form
{
…

user1923248
- 87
- 1
- 6
3
votes
3 answers
Microsoft Chart Controls/Dundas Charts Clear Contents?
I am using the Dundas Chart Controls and Microsoft Chart Controls for .NET. Currently I have a method which populates the chart control with a date from a generic List.
Let's say that I populate the chart with data from one list. Then I want to…

Goober
- 13,146
- 50
- 126
- 195
2
votes
1 answer
Dundas Charts File Not Found
I'm looking through a legacy system and have found that the Dundas charts throws a file not found exception quite often, but not all the time.
The system has multiple servers picking up requests and it has therefore set Dundas to run using a server…

Bob
- 3,074
- 11
- 43
- 62
2
votes
1 answer
System.InvalidProgramException: Invalid IL code when moving 3rd party .NET component (Dundas Gauge for .NET)
A console application that works well using the .NET 2.0 runtime in Windows throws an System.InvalidProgramException when executed in the Mono runtime.
The application uses a legacy 3rd party component - Dundas Gauge for .NET - to generate…

Cory Walker
- 21
- 3
2
votes
1 answer
Trying to create a dynamic Dundas Stackedarea chart
Good afternoon. I try to research and have yet to find anyone that has an example of this, I normally do not ask for help, I just figure it out, but this one is killing me! I am trying to create a stacked area chart dynamically, I already can create…
2
votes
1 answer
Adding series programmatically to a Dundas TreeMap
I'm trying to programmatically add a series to a Dundas TreeMap but I'm getting a Object reference not set to an instance of an object. error. This error looks to be a bug in Dundas, but I was wondering if anyone has tried/managed to do this?
If I…

starskythehutch
- 3,328
- 1
- 25
- 35
2
votes
0 answers
Issue creating Stacked Column Chart
I am trying to create a stacked column chart from the following data.
PrimaryAdvisorName AccountTypeName TotalCustodianValue
Paul T1 100
John T2 200
John T3 300
but the issue I am facing is all the series gets stacked on the…

BusyBees
- 59
- 6
2
votes
1 answer
Dundas dashboards image hover interactions
In Dundas dashboard i have a small image that if you hover your mouse over it the image must appear. Can anybody help me with the hover interaction coding please.

Zannie155
- 49
- 1
- 7
2
votes
3 answers
error in Dundas Dashboard not working
I just installed Dundas dashboard 4.0.2 and it installed successfully. However when I try to open the program, the webpage shows me error:
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation…

user1901398
- 61
- 1
- 3
- 7