Top "Mschart" questions

This tag refers to the System.

Formatting chart axis labels

I'm making some charts in C# Visual Studio 2010 and I had a quick (hopefully simple) question about formatting the labels …

c# mschart
see values of chart points when the mouse is on points

I have a chart and I want the user to see the values when the pointer is on the points. …

c# winforms mschart
How to save a Chart control picture to a file?

Having a chart displayed with a System.Windows.Forms.DataVisualization.Charting.Chart control in a .Net 4.0 WinForms application, can I …

c# .net winforms charts mschart
MSCharts "No http handler was found for request type 'GET'" error

I tried to install MSCharts on my Win2008 server. It installed without problem. Then I wrote in config. But when …

asp.net mschart
How to set chart type to pie

When I do it without putting chart type is working fine but when I set it to pie its not …

c# mschart pie-chart
Chart Control Y axis auto-scale on scrolling

I've been searching the net for some time now yet still haven't found any good solution to my problem. I …

c# scale mschart
Adding a scroll bar to MS Chart control C#

please understand that I know there are other threads concerning this issue, but my needs are different. Basically before I …

c# winforms mschart
How to show tooltip on MS Chart

I am using MS Chart control to draw graphs on Winform. I want to show the current (x,y) Value …

winforms c#-4.0 mschart
How to set values in x axis MSChart using C#

I have these XY values: Series S1 = new Series() S1.Points.AddXY(9, 25); S1.Points.AddXY(10, 35); S1.Points.AddXY(11, 15); chart1.Series.…

c# .net winforms data-visualization mschart
How to change Y axis Label font size?

I want to change the Y-axis label font size. I tried... AxisY LineColor="64, 64, 64, 64" LabelAutoFitMinFontSize="5" LabelStyle Font="NanumGothic, 5pt" and Chart1.…

asp.net fonts size label mschart