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
-1
votes
2 answers

Real Time Chart with Serial port Data in C#

I want to drawing real time chart in c# with my data that read from serial port Arduino device i didn't know how can i do this with c#. i want 2d and 3d chart in my program anyone can help me ? in my program i read data from serial port and time…
tr_pouya
  • 27
  • 1
  • 8
-1
votes
2 answers

Running VB.Net Chart Example Not Compiling with .NET v4.0.30319

I am trying compiling with command line a sample program using MSChart control from here: https://social.msdn.microsoft.com/Forums/vstudio/en-US/95dd2d87-3750-421c-8d3a-cf6c9055acf3/read-text-file-and-plot-xy-chart?forum=vbgeneral The code is also…
user3051677
  • 147
  • 14
-1
votes
2 answers

Plotting values in the multiple of 100's on the y axis

I want to plot values in the multiple of hundreds on the Y axis but the values after calculations comes out to be different for example: 6233,12466,18699... how can I make them like 6000,12000,18000... This is just one data. I want to keep the y…
XXDebugger
  • 1,581
  • 3
  • 26
  • 48
-1
votes
1 answer

MSChart axis misplaced for huge charts

i'm currently running into issues with MSChart, esp. a BarChart. The chart is meant to be exported and saved into an image file and has a huge amount of seperate bars to be shown, resulting in a height of 38960px. The problem: It seems like the…
DanielT
  • 81
  • 9
-1
votes
1 answer

MS Chart control Sleection Rectangle

I will be very thankfull if somebody could help me with my problem. I have some data plotted on VB.Net Chart like on the picture bellow. Chart Example What I need is to select with mouse some points (I figured out how to select one point, but the…
-1
votes
1 answer

MS Chart Forecasting

I would like to build a chart (Using MSchart ,C# & ASP.Net) to show the current values and based on the current values I must show the trend in the next 2 years .Somewhat like a prediction. Sample Scenario is In 2013 , a company has got 10…
-1
votes
1 answer

C# mschart series alignment

I'm new to mschart and facing some problems. I read records from database and plot them on chart. The problems are: Chart only gets plotted when I set the maximum record value as the maximum y-axis value. If I try to set the maximum value of y-axis…
Ashutosh
  • 4,371
  • 10
  • 59
  • 105
-1
votes
1 answer

How to correct unwanted mschart splines?

I'm writing C# code for calculating something and plotting them via mschart. But my data looks like image i added below. My spline data is 1,2,3,4 for y axis, and 5000,8000,10000,11000 for x axis. There is a bold closed spline around my spline. How…
sonicc34
  • 11
  • 5
-1
votes
1 answer

Hide lines in Chart

I want to remove indicated particular three vertical lines from graph except last line. public void ProcessRequest(HttpContext context) { try { string Identification =…
Ashok Dhakhada
  • 417
  • 2
  • 13
-1
votes
1 answer

C# Chart Control Label Repeat

I am developing windows form application with C#. My application uses Chart Control but there is a problem. I add a series (CharType is Line) to the Chart Control and then later draw my currrent series on the Plot Area. A label is shown upon the…
mrtkprc
  • 57
  • 7
-1
votes
1 answer

Customized ToolTip on MSChart Data

I'm trying to show a 'customized' ToolTip on an MSChart on an asp.net page, using vb.net The chart displays OK, but I'm trying to get it to show the 'YEAR' as part of the tooltip, as well as the XY values. I can't figure out how to do it. Here's the…
BWS
  • 3,786
  • 18
  • 25
-1
votes
1 answer

White area at the bottom of the chart

I use mschart in my website and I have a problem with that. After I show the chart, a white area at the bottom of the chart will display. That's not a part of my chart. What is that and how do I remove it? Here is my MSChart Code.
-1
votes
1 answer

How to Show ms charts with grouped series

I wanted to show bar charts in following way, how can i do this. http://blogs.msdn.com/blogfiles/alexgor/WindowsLiveWriter/DataBindingMSChartcontrol_10712/image_2.png
Pavan Tiwari
  • 3,077
  • 3
  • 31
  • 71
-1
votes
1 answer

How to create a new ms chart based on another chart in code?

How to create a new chart based on another chart in code? There is a chart has been set appearance ,I want create a new chart with the same appearance and different datasource.How can I do this in .cs file?
-2
votes
1 answer

Approaches to improve chart efficiency in C# winforms?

I have a simple chart that prints values read by a photoresistor. Also the chart prints 2 thresholds. My problem is that when more than 300 or 400 points are printed in the chart, it becomes quite unreadable (extraordinarily difficult to read or…
Keka Bron
  • 419
  • 4
  • 17
1 2 3
79
80