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
Asp.net chart control interval not working?
I have asp.net chart intervel issue. I am feed data to chart like below
X1 Y1 X2 Y2
100 907 500 2395
100 745 500 2343
100 760 500 2403
Each row is a series in the chart.
In am…

James123
- 11,184
- 66
- 189
- 343
0
votes
1 answer
How do I render a Dundas bar chart from most to least?
How does one order the bar chart series to render from most to least? Ordering the data before binding does not seem to help.
My code:
chart.Series.Add("port");
chart.Series["port"].Type = SeriesChartType.Bar;
chart.Series["port"]["PointWidth"] =…

LordHits
- 5,054
- 3
- 38
- 51
0
votes
1 answer
.Net Charts not displaying in IE (X-Content-Type-Options)
This is a really weird issue i am having. I produce a chart dynamically using .NET chart library and it has been working for about a year all of a sudden its has stopped working in Internet Explorer (IE) but works in Chrome and also Edge. I use .NET…

ccStars
- 817
- 2
- 11
- 34
0
votes
1 answer
How do I add labels to a Dundas Chart?
How to add labels to my graphs to indicate which series is what.
My clients don't want legends, they want the labels on the chart area. Possibly with C#?

EKet
- 7,272
- 15
- 52
- 72
0
votes
1 answer
Custom Code for SSRS 2014
I want to recreate an old SSRS report for SSRS 2014. The old report was made in SSRS 2005 with the support of Dundas Chart for Reporting Services. Since Dundas was acquired by Microsoft, the Addon isn’t available anymore for SSRS 2014.
The critical…

D.G.
- 1
0
votes
1 answer
Updating a gridview based on dundas chart callback
I have a dundas pie chart which when clicked issues a client callback which updates another chart associated with it. Basically its like a drill down thing. I also want to update my gridview based on the user's selection of the pie. But since the…

Malik Daud Ahmad Khokhar
- 13,470
- 24
- 79
- 81
0
votes
1 answer
C# Dundas Charts Auto-Scale Y Axis with no values over 100%
I am using Dundas Charts in Visual Studio using C#.
My charts are displaying percentage values, if I do not use a maximum y axis value the chart will automatically scale the axis - however, sometimes it will display values over 100% (even though…

Amy Gray
- 21
- 4
0
votes
1 answer
Dundas Charting C# conditional colour rules on column
I am using Dundas Charts in Visual Studio using C#.
I have a chart with one series - the chart is displaying the series on columns. I am currently using the following code to add the series:
public void AddSeries(string name, SeriesChartType…

Amy Gray
- 21
- 4
0
votes
1 answer
Dundas DB IFrame won't load
I'm not sure what my issue is. When I type in the URL to load the Dundas DB login screen Iframe it'll load just fine inside of our network. However, I went home to see if the URL still worked and it won't load the Iframe at all; it'll say "this ip…

Curious13
- 329
- 2
- 23
0
votes
1 answer
Dundas Chart in User Control
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…

Agamand The True
- 832
- 2
- 10
- 24
0
votes
1 answer
Dundas Gauge for ASP.NET by Microsoft
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…

Gai
- 325
- 1
- 5
- 8
0
votes
1 answer
How to get the user actions?
I have integrated Dundas BI viewer in my application using iframe, I followed the sample given in official docs. I can able to see the dashboard in my app.
from javascript.override.js I can override javascript and get Dundas Object but I didn't find…

kongaraju
- 9,344
- 11
- 55
- 78
0
votes
1 answer
How to increase digitcount in Digital Gauge?
I'm trying to use application that was developed using .NET.
This application uses Dundas Gauges (third party included in my application).
Application uses jscript.net. I'm trying to use Digital gauge.
The problem that I have:
The number count…

susja
- 311
- 3
- 12
- 33
0
votes
1 answer
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…

Kyra
- 5,129
- 5
- 35
- 55
0
votes
1 answer
Creating Multiple Bar Charts With C# and dundas
Hi guys I am having trouble adding bar charts on my code. What I need to do is from the pie chart is to make a bar chart for every piece that it has. Unfortunately I am having a hard time doing so. The Main objective that I am trying to do is to…

jofred
- 1
- 2