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
0
votes
1 answer
http handlers does not work in sub virtual directory - images and crsytal report icons not showing in the website
I am having a trouble seeing the charts in my website (using dundas chart and chart.axd) as well as crystal report images (navigation , print button, etc) which uses crystalImageHandeler.aspx
the website shows all this right when running using root…

Mahsa
- 115
- 2
- 11
0
votes
1 answer
Is there a version of Dundas Maps by Microsoft?
I have a project which integrates Dundas Maps, which last I've heard is currently unsupported, and has been bought over by Microsoft a few years ago.
I am wondering if there is a Microsoft released library that was built off Dundas Maps.
I know…

Julian Wen Hsi Lee
- 196
- 3
- 14
0
votes
1 answer
Dundas Join two tables
I am new to Databases. I came across a peculiar problem with two tables. Please let me know the solution.
I am working on Dundas Dashboard version 4, Database is SQL Server 2008R2
Please find the scenario below
an incidentdimvw table having two…

ahsan
- 95
- 6
- 13
0
votes
1 answer
Reporting Services Linear Gauge Scale
I have set up a linear gauge in Reporting Services 2008. What I would like to do is specify my scale interval. The only problem with this is the scale intervals I would like to use are not at constant intervals.
For example, say the scale min is $0…

lnediger
- 1,330
- 2
- 13
- 15
0
votes
1 answer
Unable to bind the DateTime series with a Dundas chart
I'm having a hard time charting series data on an Dundas chart. It can't seem to properly bind the DateTime values.
Here is min chart generation code:
public static void GenerateMultiSeriesChartImage(List> chartData, string…

Kiril
- 39,672
- 31
- 167
- 226
0
votes
3 answers
Is it possible to extend a dundas chart control using a partial class?
Is it possible to extend a dundas chart control or any other propietary (binary distributed) control(s) where we don't have the sources using partial classes?
I thought it could be done as long as the dll was referenced, but I've been struggling…

Raúl Roa
- 12,061
- 13
- 49
- 64
0
votes
1 answer
help updating chart
I have two methods that work together and they make a big double array (every 1/1000000S 5000 item) and this array should show a chart (Dundas chart).
But the chart is not updating.
Please help me!
Sorry for my bad English!
This my code:
using…
user143653
0
votes
1 answer
Dundas Charts for ASP.NET - Force chart to show 100%
I'm working with C# .NET 3.5, Dundas Charts 7.2. Here is the chart I have in the .aspx file.
…

todd.pund
- 689
- 2
- 11
- 36
0
votes
0 answers
Access is denied: 'DundasWebChart' in SSRS 2000
I keep getting the following exception in SQL Server 2000 reports
Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. (rrRenderingError) Get Online Help
Exception of type…

Pavel Nefyodov
- 876
- 2
- 11
- 29
0
votes
1 answer
Microsoft chart grid lines not drawn at 'whole' numbers
When the Microsoft chart control is zoomed in, the values of the labels and grid lines often looks like 38.2, 39.2, 40.2, 41.2 ... rather than 38,39,40,41. I tried to set the interval offset to correct this by using the code shown below without…

DarwinIcesurfer
- 1,073
- 4
- 25
- 42