Tagged Questions

10
votes
2answers
811 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 ...
3
votes
1answer
330 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
211 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
493 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
329 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 ...
0
votes
1answer
110 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
1answer
1k 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
0answers
210 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
194 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
330 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
325 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
3answers
816 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
3answers
290 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
440 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! ...