Questions tagged [mschart]

This tag refers to the System.Windows.Forms.DataVisualization.Charting and System.Web.ui.datavisualization.charting Namespaces, used to create controls for charting using the .NET framework.

This tag refers to the System.Windows.Forms.DataVisualization.Charting and System.Web.UI.DataVisualization.Charting Namespaces, used to create controls for charting using the .NET framework.

These namespaces have been available by default since version .NET Framework 4.0, and and have been available as an add-on available at no cost from Microsoft since .NET Framework 3.5 SP1. The download from Microsoft is called MSChart.exe. A very useful set of Sample code and demos is also available from microsoft.

1192 questions
-2
votes
1 answer

Create a pie chart using values in a text file

I'm making a questionnaire that shows results as charts I have decided to have the questionnaire write the results in an text f file when the user submits and want to read the file in and then assign the values to a pie chart I have all this done…
-2
votes
1 answer

C# MSChart how to shift Y axis like oscilloscope offset button?

I have a MSChart, that x-axis is t(ms), and y-axis is voltage data. Now I would like programming the code like oscilloscope function "Offset". When I adjust numericUpDown to shift the wave and Y-axis. How to get this function? Just like below 2…
sarah
  • 5
  • 4
-2
votes
3 answers

How to plotted graph save as a JPEG image in C#

I want to save my plotted graph as a JPEG image by clicking save button.Please give me to help for solving this.this is my plotted grapg look like. This is code that I used to plotted the graph. private void Output_Load(object sender, EventArgs…
SNP
  • 37
  • 11
-2
votes
1 answer

MSChart: how can I change some AxisLabels

I want to change some AxisLabelsin some series for my Chart DataTable dt = new DataTable(); SqlCommand s = new SqlCommand("ReportMonthly", SCon); s.CommandType = CommandType.StoredProcedure; …
MPERSIA
  • 187
  • 1
  • 15
-2
votes
1 answer

Copy from chart to clipboard is too large is size

I am using the following code to copy from ms chart image to clipboard. But the image copied is in clip board is too large. Each of them becomes 3 MB. Is there any way to image compress the bitmap object? Not file compress but image compress like…
Yousuf Hossain
  • 172
  • 1
  • 12
-2
votes
1 answer

MSChart - Stacked Column having two values per series

is it possible to display two values in one series in a multiple series column chart ex. i have products per category, each product has got two values, the selling & buying value so if we plot categories against x axis and products as multiple…
prashant
  • 49
  • 6
-3
votes
2 answers

how to get time line on y axis

I required two line on chart one on 8:00 AM and second on 17:00 AM only. My MSchart Output is. My proposed output is My aspx.cs Page Code IQueryable incidents = new…
Manish Sharma
  • 2,406
  • 2
  • 16
  • 31
1 2 3
79
80