Tagged Questions

Questions relating to products by Dundas Data Visualization Inc., such as Dundas Dashboard or the old Chart/Gauge/Map components for ASP.NET and WinForms

learn more… | top users | synonyms

10
votes
2answers
786 views

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 ...
4
votes
2answers
2k views

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 ...
3
votes
1answer
319 views

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 ...
2
votes
1answer
71 views

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 ...
2
votes
1answer
204 views

Adding series programatically to a Dundas TreeMap

I'm trying to programatically 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 ...
2
votes
3answers
3k views

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 ...
1
vote
1answer
462 views

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, ...
1
vote
0answers
320 views

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 ...
1
vote
1answer
137 views

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)?
1
vote
2answers
520 views

Getting data from ASP.NET Dundas control before Ajax.Submit in ASP.NET MVC

I am working on a project in ASP.NET MVC using C# 3.0. I am using the Dundas Chart Control for OLAP. As the Dundas control does not directly support MVC it is used on a standard ASP.NET page with a ...
1
vote
0answers
137 views

Why are SSRS (+Dundas) 2008 reports exported as PDF bigger than 2005?

We are creating large reports in SSRS 2008 (with Dundas) that when exported to PDF, are coming out with a file size of about 4.5MB. The same reports in 2005 came out at just under 1MB. Is there ...
1
vote
5answers
2k views

Dundas vs ComponentArt which one is better

Planning to buy a charting solution (for ASP.NET), narrowed down to Dundas and componentArt. Is there a feature comparison sheet, comparing these two components? Has anyone used both of these and ...
1
vote
1answer
1k views

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 ...
1
vote
1answer
516 views

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 ...
1
vote
1answer
11k views

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 ...
0
votes
0answers
5 views

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 ...
0
votes
0answers
8 views

Formula in Dundas Chart in SSRS not doing anything

I have a Dundas Chart Control in an SSRS Report When I select a formula for a line chart e.g. Bollinger Bands, Simple Moving Average, Rate of Change it doesn't do anything to the data, the line ...
0
votes
1answer
38 views

How to create 'up-down' bars in SSRS?

In Excel, you can create up-down bars, where the bar appears 'above' or 'below' some other value, with +ve and -ve being different colours see here for an example: ...
0
votes
1answer
88 views

Microsoft Chart Controls (MSChart) - cannot find Dundas.Extensions namespace API

I'm trying to use ThresholdLineHelper Class in my chart project, but it seems like Microsoft haven't exposed Dundas.Extensions namespace into MSChart library. Does anyone know where I could find it ...
0
votes
0answers
19 views

Dundas Charts Formatting Numbers on X Axis and Y Axis

I am using Dundas Charts and I am displaying a Bar Chart with X Axis and Y Axis as numbers. We want to show commas for numbers. For example 500000 can be shown as 500, 000. Any ideas and suggestions ...
0
votes
1answer
26 views

Dundas DashBoards

Hi I am using Dundas dashboards that has different tabs and when we select one of the tabs, the tabs color must be changed such that it can be shown that it is the active tab. How can I do this?? I ...
0
votes
0answers
25 views

Switching Dundas Charts to use non-sequential image names

I have a query regarding Dundas Charts. We are using Dundas Charts in our project and we have found that the images generated by Dundas are named sequentially. Is there a way to fix it? Here is the ...
0
votes
0answers
94 views

Dundas Stacked bar chart in ASP.Net MVC

How to create Dundas Stacked bar chart using ASP.Net MVC? Can any one already worked on it? Please help me out
0
votes
0answers
21 views

Using axis function in dundas

I have a calculated measure in my cube which gives me the grand total of a measure based on the dimension dragged on one of the axis, the formula is as given below: sum([Measures].[Measure Name], ...
0
votes
1answer
861 views

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 ...
0
votes
1answer
71 views

Extending a trend line to either side of a Dundas Chart

I hope somebody can help. I'm using Dundas Charting for Reporting Services v2.2 inside a Visual Studio 2005 Business Intelligence project. What I am trying to do is extend the point at the center of ...
0
votes
0answers
206 views

How do I get the chart series point axis label value from the click event using dundas?

Can someone tell me how to get the clicked Chart.Series axis label value from a chart click event.
0
votes
0answers
298 views

Silverlight MVVM, MEF and WCF RIA services

Need information and feedback to design application architecture: Below are few high level requirements:- User should be authenticated using both windows (Intranet) (Active Directories) and forms ...
0
votes
0answers
189 views

datavisualization.Charts cursor selections and snapping to grid

I'm working with a bar chart (microsoft, formerly dundas). And I have my X axis going from 5 to 31, and it is split evenly into 10 intervals, basically 5--|--|--|-...|--31 I need to have my cursor ...
0
votes
1answer
310 views

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 ...
0
votes
0answers
119 views

DUNDAS OLAP WinForms | Export Olap grid to Excel

I'm using Dundas OLAP for WinForms VB.NET.. and i'm using the OlapGrid to view the pivot.. I want to export the pivot to excel.. can you guys help me? Regards, Roland
0
votes
0answers
268 views

C# Microsoft Chart Control/Dundas Charts are not showing corrct graph when group with Years

I am facing an issue with chart graph. its not showing correct data under month year. I binded chart with IList and class with properties(ID,Name,Cost,Month,Year,MonthName) Month i will get integer ...
0
votes
1answer
358 views

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 = ...
0
votes
2answers
179 views

Which reporting tool or combination of tools to use for generating, saving, sharing, exporting, speed and Rich UI?

Hello I am new to Business Intelligence I wanted to learn tool or what we can say as as perfect combination of tools for achieving normal reports requirements like 1. Generating reports based on ...
0
votes
1answer
315 views

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#?
0
votes
1answer
251 views

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 ...
0
votes
1answer
911 views

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 ...
0
votes
0answers
416 views

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 ...
0
votes
1answer
451 views

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 ...
0
votes
3answers
782 views

Calculate points to create a curve or spline to draw an ellipse

I am working with Dundas maps and need to overlay the map with bubbles depicting some data. I want to add shapes to the map in order to achieve this. I can add a triangle (or any ...
0
votes
1answer
529 views

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 ...
0
votes
3answers
279 views

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 ...
0
votes
1answer
430 views

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! ...
0
votes
1answer
747 views

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