Questions tagged [microsoft-chart-controls]

150 questions
1
vote
0 answers

DataPager PreRender messes with Chart controls

I have a few problems when trying to use DataPager and Chart controls together. I am currently working on a website for my final year project. However, I am stuck at a problem with the DataPager PreRender event, and the Chart controls being blanked…
1
vote
0 answers

Display only the Positive Y side of chart Control in windows Form .net 4.5

I've Created a Chart Control and made a Forecast on Series which I inputed for it The forecast is on products demands all is well except that it also displayes forecast to a negative demand Can I dusable negetive forecast? Or better can I display…
1
vote
2 answers

set font size in the graph via code

I created a series of a graph in C# windows forms with the Chart control, but I need to change the font and color of the data series via code. I'm adding a data serie at runtime like this: this.Chart_PlanComp.Series.Add("Qtde_Componente");
R_Silva
  • 43
  • 1
  • 6
1
vote
0 answers

Change title css and area radius size in ImageMap of MS Chart

How to change title element css of area element of imagemap which is there in MS Chart. For i.e.
Jeeten Parmar
  • 45
  • 1
  • 1
  • 9
1
vote
1 answer

How can I programmatically identify whether MS Chart Controls for .net v3.5 SP1 are installed (for inclusion in an Inno Setup script)?

I have an application which uses MS Chart Controls for .net v3.5 SP1 and as part of the installer, I currently include the chart controls and install them every time the installer runs. That feels a bit crude though so I'd like to detect whether the…
Jon Cage
  • 36,366
  • 38
  • 137
  • 215
1
vote
1 answer

How to refer to a specific point in Chart Windows Form Control?

I am trying to get one point of a Chart in C# Visual Studio 2010 using the following code: chart1.Series[0].Points.Item[1] but I get the following error: Error 1 'System.Windows.Forms.DataVisualization.Charting.DataPointCollection' does not…
1
vote
1 answer

Microsoft System.Web.UI.DataVisualization.Charting.Chart

I am plotting a Microsoft System.Web.UI.DataVisualization.Charting.Chart with three series (two columns and an overlaying line). It appears that the y axis upper bound is auto calculated based on the data range in the first series added to the…
1
vote
1 answer

Y Interval in chart control not properly adjusted

I'm plotting integer data series dynamically on a chart control. The range of the values of the series can vary a lot, f.e. y ranging from 0-100 and x ranging from 1-6000. I'm using chart1.ChartAreas[chartName].RecalculateAxesScale() and I do not…
purbsel
  • 307
  • 8
  • 21
1
vote
1 answer

How can I get the size of the Plot Area in a Microsoft Chart Control

I am using the MS Chart Control in a Windows application. I am charting various series dynamically and the user can specify which charttype each series should be. This leads to situations where pie charts are combined with line/spline charts…
Jason Kibble
  • 2,647
  • 2
  • 18
  • 7
1
vote
1 answer

How to change Microsoft Chart Control minimum and maximum values?

All my values lie between 1.5 and 1.6 but the Chart Control draws the chart to fit values from 0 to 2. As the result the chart looks pretty ugly and hardly readable: How to make it to display more adequately? I haven't managed to find any…
Ivan
  • 63,011
  • 101
  • 250
  • 382
1
vote
2 answers

Adding a logo image to a chart using Microsoft Chart Control

I have a chart that is built using Microsoft Chart Controls and would like to add our company's logo to the corner. Is this possible to do with MCC?
Mason240
  • 2,924
  • 3
  • 30
  • 46
1
vote
0 answers

system.web.ui.datavisualization.Charting dll error

Morning all, I stumbled on this perticular nasty error where i use an asp.net chart control (v4.0) when i drag a chart control on my page using VS2010, i see the assemblies are being made. But then again i immediatelly get some errors that say i…
Schuere
  • 1,579
  • 19
  • 33
1
vote
2 answers

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 server, there is a problem with the two assemblies…
Girish
1
vote
1 answer

Creating spread-out colors

I'm drawing graphs with Microsoft Chart Controls and I'm trying to generate different colors for each line in the graph (up to about 15-20 colors). If there are 14 lines to be drawn, I want to create a different color for each one of them. Now, I've…
Carra
  • 17,808
  • 7
  • 62
  • 75
1
vote
3 answers

How to make series labels to show without overlapping each other? ASP.NET 4.0

I am developing a chart (using ASP.NET CHART CONTROL) with about 2 or 3 series on it. Please look how it looks like now. As you can see, the labels are overlapping each other and it does not look very good. Is there any way I can solve this problem…
Laurence
  • 7,633
  • 21
  • 78
  • 129