Questions tagged [microsoft-chart-controls]

150 questions
3
votes
3 answers

Microsoft Chart Controls/Dundas Charts Clear Contents?

I am using the Dundas Chart Controls and Microsoft Chart Controls for .NET. Currently I have a method which populates the chart control with a date from a generic List. Let's say that I populate the chart with data from one list. Then I want to…
Goober
  • 13,146
  • 50
  • 126
  • 195
2
votes
0 answers

Enumerating DataPoints in view

Original Question I'm using Microsoft Chart Control to display some data points as a Line. I have a Legend with custom items used to display calculated information about the line (mean average and others). Now I've enabled IsUserSelectionEnabled…
Tergiver
  • 14,171
  • 3
  • 41
  • 68
2
votes
4 answers

Using "Microsoft Chart Controls for .NET 3.5" for WinForms, how can I mark certain dates with a grid mark and label?

I'm using the Microsoft Chart Controls, and displays data with dates along the X axis and want to have a grid line with a different color on some dates. Let's say I display data for one week with 7 values along the X-axis: 05.04.09 06.04.09…
Geir-Tore Lindsve
  • 1,147
  • 1
  • 17
  • 27
2
votes
2 answers

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 DataPoint has a postback value defined, and the…
2
votes
2 answers

How to set the resolution (DPI) for Microsoft Chart Control generated Images in asp.net

How can I define the image resolution (in DPI) for images created by the microsoft chart controls for .net (for the creation of .png-images). The winforms version of the charting control has the Chart.RenderingDpi[X|Y]- property, however for the…
HCL
  • 36,053
  • 27
  • 163
  • 213
2
votes
1 answer

Adding a footer to a Microsoft Chart Controls chart

Is there a possibility to add a footer line into a chart created with Microsoft Chart Controls for .net 4. I would like to place a logo (png-image) on the left side and a text on the right side of this line. As a possibility, it came into my mind to…
HCL
  • 36,053
  • 27
  • 163
  • 213
2
votes
1 answer

How to save C# Control plus extra text to disk?

I have a C# program that is a console application, but makes use of a Chart object from System.Windows.Forms.DataVisualization.Charting, without attaching the Chart to a Form. Basically I need to generate a doughnut graph on the Chart control, print…
tj94
  • 61
  • 7
2
votes
1 answer

How to use System.Web.Helpers.Chart in DLL

I want to use the System.Web.Helpers.Chart in my project. I simply tried the example from the docs: https://learn.microsoft.com/en-us/aspnet/web-pages/overview/data/7-displaying-data-in-a-chart var myChart = new Chart(width: 600, height: 400) …
Vivendi
  • 20,047
  • 25
  • 121
  • 196
2
votes
2 answers

ASP.NET MS chart control: Data points insertion error. Only 2 Y values can be set for this data series. Parameter name: dataSource

I'm getting this error on my MS Chart control: Data points insertion error. Only 2 Y values can be set for this data series. Parameter name: dataSource It occurs on line chartPriceHistory_STATIC.DataBind() in my code below. I think it has got…
Adam
  • 6,041
  • 36
  • 120
  • 208
2
votes
0 answers

Problem with Point ToolTip in Microsoft Charts

I have a little problem with tool tip in point. When user moves mouse into Point, Tool Tip is appearing. If point under Axes tool tip is not appearing. How to show points under axis? Tool Tip is appearing Tool tip is not appearing
Sergii
  • 749
  • 3
  • 15
  • 36
2
votes
1 answer

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 (1-10) and the other is a "DateTime". I am trying to…
Greg McNulty
  • 1,476
  • 5
  • 28
  • 50
2
votes
1 answer

Microsoft Chart Controls Legend Item Ordering

I've got a chart with 8 series - call them S1 through S8. They're in order in the chart's list of series, and they're presented using custom legend items (Legend.CustomItems). Everything works fine, except there seems to be a bug with how items are…
Shawn
  • 133
  • 2
  • 10
2
votes
2 answers

Modify a Custom Property with a Custom Color

Happy Holiday I wish to add a Custom Color with Transparency to a Custom Property in MS Chart Control on the Candle Stick Chart. I'm getting stuck with the color in quotes. Nothing has worked for me, anyone run into this? Here's what I have, I'd…
Greg
  • 85
  • 6
2
votes
2 answers

Creating Trending line on bar chart

I have a Bar chart on Kentico reporting section. And I know Kentico uses Microsoft Chart Controls. Microsoft Chart controls have the capability of creating a trending line on Bar graph - But I do see any option how I can utilize those on Kentico…
marifrahman
  • 681
  • 2
  • 13
  • 31
2
votes
1 answer

Microsoft WinForms Chart Control - Set Position of Y-Axis Label

I have a Y-Axis Label as shown here: I am trying to position the label closer to the chart, is there any facility to do this? I could add a Winforms Label and position it accordingly but just in case there is a better way.
user3329538
  • 289
  • 1
  • 5
  • 12
1
2
3
9 10