Tagged Questions

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
318 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
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 ...
1
vote
1answer
457 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
2answers
519 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
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 ...
0
votes
1answer
838 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
309 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
1answer
250 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
0answers
415 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
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 ...