Tagged Questions

-2
votes
0answers
185 views

Updating a Dundas Chart from an share Array in threads in C#

I have two methods that work together and they make a big double array (every 1/1,000,000 of a second, 5000 items) and this array should show in a Dundas chart. But, the chart is …
0
votes
0answers
31 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 …
0
votes
2answers
408 views

C# Microsoft Chart Control/Dundas Charts Clear Contents!?

Hello! I am using the Dundas Chart Controls/Microsoft Chart Control for .Net. Currently I have a method which populates the chart control with date from a generic List. Lets say f …
2
votes
4answers
311 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 …
0
votes
3answers
58 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 …
0
votes
0answers
74 views

Maximum programmatic zoom in Dundas Charts

We use the Dundas Chart for WinForms and programmatically set the initial zoom values. If we set these to be too small, we get a nice red cross and an exception (System.OverflowExc …
-1
votes
1answer
78 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 …
0
votes
0answers
424 views

How to get dynamic intervals in Dundas / Microsoft Chart Controls for WinForms?

Hi, I'm using the Microsoft Chart Controls for .NET 3.5, and struggles with getting the chart control to support window/control resizing. I have graphs where the X value is dates …
1
vote
1answer
127 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 chartObj.ChartAr …
-1
votes
0answers
55 views

Dundas Mailer [closed]

Hi All, Our company is using Dundas Mailer via our Axapta 3.0 Application. As a test we provided Dundas Emailer with an invalid address - "Mr Bloggs". This address did not result …
0
votes
1answer
1k 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 …
0
votes
0answers
175 views

Adjusting the number of X intervals in Microsoft Chart Controls

I'm using the Microsoft Chart Controls and databinds it like this: chart1.Series["Default"].Points.DataBindXY(events.Dates, events.Values); //where // events.Dates is IList<Da …
0
votes
0answers
220 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 m …
0
votes
0answers
87 views

Asp Dundas.Mailer subject encoding problem

I'm using the Dundas.Mailer component to send e-mails. The user can send e-mails from within the application. I'm using codepage 1252 for western Europa, as users use french with …