Tagged Questions

2
votes
2answers
231 views

Image Map becomes visible on click of Microsoft Chart Control in IE only when page has master page

If you look closely at the image above you will see a hit box being rendered on the Microsoft Chart Control. This is being displayed when I click on a DataPoint on the Microsoft Chart Control. The ...
2
votes
2answers
4k views

ASP.NET Chart: setting the fonts on X and Y axis

Consider an ASP.NET MVC controller method that builds an ASP.NET Chart image. public FileStreamResult MakeImg(IEnumerable<MyObj> stats) { Chart barchart = BarChart(400, 300); ...
1
vote
1answer
537 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
2answers
651 views

How to always show the first and the last AxisX Label with Microsoft Chart Controls?

I'm developing a stocks evolution chart with Microsoft Chart Controls and I need to show the initial and final dates on the AxisX labels but I can't do it. I google and found many solutions like set ...
0
votes
0answers
13 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
0answers
40 views

Can I modify AxisLabels from Visual Studio 2010 chart controls from a C# back end?

I am building a chart in Visual Studio 2010, it consists of an asp.net front end and a C# back end. I am trying to take an individual AxisLabel DataPoint and modify one individually by saying if this ...
0
votes
1answer
133 views

How to export an editable chart to excel which is created with Mschart?

I want to export the chart which is created with mschart to excel. I want real chart in excel which user can change it's values not an image of chart. What's the solution?
0
votes
0answers
263 views

How to export an mschart chart to excel?

I have created a chart with Mschart.I want to export the created chart to excel. I'm using following code but when I open it in excel I just see some unknown code instead of chart. using (var ...
0
votes
2answers
1k views

How to display Axis Labels for Stacked Column chart ( Asp.net chart control )?

I'm using ASP.NET Chart Controls for displaying some data. I'm not pulling any data from the database through a dataset. I'm adding them manually. I don't know how to add AxisLabels to X-axis or ...
0
votes
0answers
118 views

How to insert text inside the dashboard in ASP.NET 3.5 using th chart control?

I have created a bar chart using the chart control with a passing SQL query, but I want to display a label inside the columns. How will I do that? I am using ASP.NET 3.5 and C#.
0
votes
3answers
299 views

How do I get this chart in a ASP.NET chart control?

What type of chart or what properties should I set in ASP.NET 4.0 chart control to get something like this:
0
votes
1answer
1k views

How do I graph multiple columns on the Y-axis? (MS Chart Controls)

Trying to follow this example: http://weblogs.asp.net/dwahlin/archive/2008/11/25/getting-started-with-the-asp-net-3-5-chart-control.aspx I have a database with 4 columns, 3 of the columns are int ...
0
votes
1answer
131 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
1answer
150 views

Can microsoft chart control run with .net framework 3.5 without service pack1?

Can we use the DLL that getting from installation of microsoft chart control for f/w 3.5 service pack1 into the special application where there is not setup service pack1 for .Net 3.5?
0
votes
2answers
650 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 ...
0
votes
1answer
222 views

How to show the color value within a chart?

I have a web application in which it contain a (microsoft chart chart control ) chart with X-axis as value Question & Y having multiple values as yes count, no count & unsure count in ...