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
1
vote
1 answer
Dundas Dashboards Charts
I am maintaining a product developed on Dundas Dashboards v 2.5. In one of the dashboards they are rendering data in Pie Charts and Bar Charts. For bar charts on the y axis the values appear as Million. I mean 6M , 8M. But in pie charts the value…

SaiBand
- 5,025
- 15
- 57
- 76
1
vote
1 answer
How to change the color of a button in Dundas Dashboard v 2.5 on Click
How can we change the Color of a button in Dundas Dashboard v 2.5 on Click. I know that we have On Click interaction and we have to assign the Fill Property.
How do we do it using say a Linear Gradient Brush.
Thanks for your suggestions in Advance!

SaiBand
- 5,025
- 15
- 57
- 76
1
vote
2 answers
How to format pie chart values in Dundas DashBoard 2.5
I am using Dundas Dashboard and I am using pie chart. How do I format values that are being displayed in a pie chart. For example if I have a number 120000, I want it formatted as 120,000.
Any ideas and suggestions are much appreciated!

SaiBand
- 5,025
- 15
- 57
- 76
1
vote
1 answer
How to get dynamic intervals in Dundas / Microsoft Chart Controls for Windows Forms?
I'm using the Microsoft Chart Controls for .NET 3.5 and am struggling with getting the chart control to support window and control resizing.
I have graphs where the X value is dates, and want the chart to display the maximum available of…

Geir-Tore Lindsve
- 1,147
- 1
- 17
- 27
1
vote
1 answer
SSRS Dundas Custom Code Not Executing
I have a Dundas chart being used in a SSRS Report with some custom code in the PostInitilize Event that looks something like this:
foreach(CustomLabel curLabel in chartObj.ChartAreas[0].AxisY.CustomLabels)
{
curLabel.GridTick = GridTick.None;
…

Nathan
- 11,938
- 12
- 55
- 62
1
vote
0 answers
Dundas bi. Chart embedding in React
How to embed a dundas bi chart in a React app. Has anyone worked with this?
When I try to do this I get an error - The cookies required to operate are being blocked by the browser.

BoomBlum
- 11
- 1
1
vote
1 answer
hive jdbc driver: javax.xml.stream.XMLStreamException: Trying to output second root,
I am using the Hive JDBC 3.1 driver (from Hortontworks or official, I have the same issues) in a c# application (Dundas) and I get the error:
hive jdbc driver: javax.xml.stream.XMLStreamException: Trying to output second root,
I really cannot say…

Guillaume
- 2,325
- 2
- 22
- 40
1
vote
1 answer
Same order as datatable on X axis in Ms chart?
Data base send X-axis values 1,3,2,4,5 but when assigned to chart values are coming 1,2,3,4,5. How can show same order as table has on x -axis?
Datatable
X Y
1 2000
3 1500
2 -500
4 -2000
Chart
X Y
1 2000
2 -500
3 1500
4 -2000

James123
- 11,184
- 66
- 189
- 343
1
vote
1 answer
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…

Zohaib
- 496
- 7
- 21
1
vote
0 answers
How can I maintain the order of column from database to Dundas
The sequence of columns when coming to dundas gets changed.
is there any way to retain order.
I am using Dundas Dashboard V5. The virtual table is getting data from a stored procedure and I am using dataset into data grid for dashboard. The data…

Amit Singh
- 344
- 3
- 18
1
vote
1 answer
Can't login to Dundas Dashboard in Chrome, but in Internet Explorer I can
Can anyone help me figure out why I can't log in to Dundas dashboard if I use Google Chrome, but if I use Internet Explorer I can?
My Dundas Dashboard is v3.0, and my Chrome is Version 45.0.2454.93 B.

temyf
- 11
- 2
1
vote
1 answer
How to plot TEMA indicator with Microsoft Chart Control
I've added two series: Series1 (CandeleStick), Series2 (Line). I've added points and the FinancialFormula:
public Form1() {
InitializeComponent();
chart1.Series[0].Points.Add(24.00, 25.00, 25.00, 24.875);
…

Eugene Maksimov
- 1,504
- 17
- 36
1
vote
2 answers
Creating customised bar chart in Dundas Dashboards
I want to customise the bar chart with custom images.
Instead of simple bars, I would like to use images of buildings to represent property data. Is it possible in Dundas Dashboard?

Shrivani Selvaraj
- 11
- 2
1
vote
1 answer
Can you use an xml datasource with Dundas Chart for SharePoint (v2.5)?
Can you use an xml datasource with Dundas Chart for SharePoint (v2.5)?

user281254
- 161
- 1
- 2
- 6
1
vote
1 answer
3 or Multiple Y-axis in dundas Chart ASP.Net
Is it possible to use Multiple or 3 Y-axis in Dundas Chart?
If it is Possible than how to plot using Dundas Chart.

Mano
- 97
- 1
- 12