1
vote
4answers
344 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 …
0
votes
0answers
39 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
0answers
93 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.OverflowException).
An example …
0
votes
3answers
70 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 …
-1
votes
1answer
87 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
2answers
476 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 for example that I …
-1
votes
0answers
57 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 in an error as I …
0
votes
0answers
459 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, and want the chart …
1
vote
1answer
143 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 …
0
votes
0answers
200 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<DateTime>
// …
0
votes
0answers
234 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 …
0
votes
0answers
94 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 a lot of accents and …
0
votes
1answer
2k 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 …
