Tagged Questions

1
vote
1answer
275 views

Custom MarkerStyles possible in Microsoft Chart Controls?

I'm using Microsoft Chart Controls (4.0), and have a line chart with several marker types. So much so, that I'm running out of markertypes. The defaults (square, triangle, circle, etc.) are ...
1
vote
1answer
539 views

ms Chart Multiple Series X Value Mismatch (ASP.NET)

I'm currently developing a website that shows multiple charts that I build using data from SQL tables. I've used and followed Scott Mitchell's tutorial ...
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
4answers
1k views

Using “Microsoft Chart Controls for .NET 3.5” for WinForms, how can I mark certain dates with a grid mark and label?

I'm using the Microsoft Chart Controls, and displays data with dates along the X axis and want to have a grid line with a different color on some dates. Let's say I display data for one week with 7 ...
0
votes
0answers
17 views

What ImageStorageMode shall I use with ChartControl when converting the page to PDF in ASP.NET 4?

So lovely to see all of u again here. Here I am with loads of problems everyday. Please Help. I am doing some charting in asp.net 4 (visual studio 2010). One of the properties of Chart is ...
0
votes
1answer
124 views

to plot two different graphs together on the same chart

I am using the MSChart Control to plot some data but I would like to plot two different graphs together on the same chart. For example, use a Bar chart (series1) with a pie chart (series2) i am ...
0
votes
1answer
412 views

Microsoft Silverlight charting odd interval

In a simple Microsoft chart control in Silverlight I have the days of one month as dates on the X axis and double values on the Y axis. I would like to display every second day on the X axis but those ...
0
votes
1answer
132 views

Save ASP.NET Chart Control output on server?

I'm just now getting familiar with the .NET chart controls. I'd like to know if I can save the contents of a chart as a .jpg or similar file on the server. I would like to be able to have the user ...
0
votes
0answers
423 views

Microsoft Chart - Using FastLine instead of StepLine for high performance?

I'm using Microsoft Chart in order to draw some stepline charts. Should I use StepLine directly or should i make my own using FastLine in order to be faster ? In other words, do anyone know if the ...
0
votes
2answers
409 views

How to loop through the ChartColorPalette properties and add to list?

I am using the Microsoft Chart Controls for .NET 3.5 (C#) and have a chart in a winform. My hope is to allow the user to change the color palette based on their preference. How do I iterate through ...
0
votes
2answers
652 views

How to use chart control's assemblies in application without installing it?

I am using a web application in which there is a chart control. I had installed the Microsoft chart control exe and Visual studio add on. The problem is that when I upload the application on the ...