Tagged Questions
The microsoft-chart-controls tag has no wiki summary.
4
votes
3answers
384 views
Any ASP.NET MVC-friendly chart controls that support pie charts with different slice radii?
I need to create a sort of pie chart that has slices with differing radii - similar to:
http://www.andypope.info/charts/pieradius.htm.
I also want to overlay a second series on it, as a line.
The ...
3
votes
2answers
955 views
How do I change chart parameters (e.g. pie slice colors) in chart created using Razor chart helper?
I'm following the ASP.NET Razor Pages guide to generate charts in an ASP.NET MVC 3 view.
I can generate/display a pie chart. But I can't see how to change the colors of the pie slides - or explode a ...
2
votes
0answers
196 views
Chart Controls: Stacked Column Series Label Positioning
I am creating a stacked column graph but am currently limited by the lack of label positioning for each series. There are not any custom properties which relate to alignment of label positioning, is ...
2
votes
2answers
231 views
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 ...
2
votes
2answers
4k views
ASP.NET Chart: setting the fonts on X and Y axis
Consider an ASP.NET MVC controller method that builds an ASP.NET Chart image.
public FileStreamResult MakeImg(IEnumerable<MyObj> stats)
{
Chart barchart = BarChart(400, 300);
...
2
votes
3answers
3k views
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 ...
1
vote
0answers
94 views
c# chart control - how to omit a time period from the x-axis
I am developing a Windows Application in Visual Studio, coding in c#, .Net Framework 4.
On a chart, I plot the intraday time series of prices for a stock. When I plot a single day, it works fine. ...
1
vote
1answer
114 views
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 ...
1
vote
1answer
272 views
Custom MarkerStyles possible in Microsoft Chart Controls?
I'm using Microsoft Chart Controls (4.0), and have a line chart with several marker types. So much so, that I'm running out of markertypes. The defaults (square, triangle, circle, etc.) are ...
1
vote
0answers
162 views
Add data to a WinSample chart control
In my project there are a few values of x and y in an array, and I want to draw a nonlinear best-fit curve in C#. How do I add data to a chart?
I want the whole code for it -- how to create a data ...
1
vote
1answer
168 views
Error: Chart cannot save an item after 10 attempts
My miniture web application does very little: reads SQL and displays charts, based on an item code passed in the query string. It worked fine for months, today I suddenly got this error message:
...
1
vote
1answer
2k views
ChartAreas(0).AxisX.LabelStyle.Format Is changing my Axis label Text instead of my format
So I'm starting to play with the Microsoft Chart control for the first time and I ran into an issue.
I'm returning a database query into a List object and using that list object to fill the X and Y ...
1
vote
1answer
652 views
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 ...
1
vote
0answers
872 views
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, ...
1
vote
1answer
537 views
ms Chart Multiple Series X Value Mismatch (ASP.NET)
I'm currently developing a website that shows multiple charts that I build using data from SQL tables. I've used and followed Scott Mitchell's tutorial ...
1
vote
2answers
651 views
How to always show the first and the last AxisX Label with Microsoft Chart Controls?
I'm developing a stocks evolution chart with Microsoft Chart Controls and I need to show the initial and final dates on the AxisX labels but I can't do it.
I google and found many solutions like set ...
1
vote
1answer
799 views
MS Chart Controls: Position grid lines between labels
Is there a possibility to format a MS Chart Control chart, that the axis label is rendered between major/minor tick marks?
E.g.: on the X axis
| | | x | |
| x | x | ...
1
vote
1answer
563 views
Microsoft Chart Control labels
I've been searching for a while and browsing through the samples but could not find a solution to my problem.
In Microsoft Chart Control I have created a line series that plots real-time data. As new ...
1
vote
1answer
1k views
Using Microsoft Chart Control in ASP.NET MVC Returns a Blank Image
Using the answer Generating the Image from a Controller from this post, I created a controller action to return a chart image as seen below (the X and Y values are just there as test data):
...
1
vote
1answer
1k views
How to get dynamic intervals in Dundas / Microsoft Chart Controls for Windows Forms?
I'm using the Microsoft Chart Controls for .NET 3.5 and am struggling with getting the chart control to support window and control resizing.
I have graphs where the X value is dates, and want the ...
1
vote
4answers
1k views
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 ...
0
votes
0answers
14 views
What ImageStorageMode shall I use with ChartControl when converting the page to PDF in ASP.NET 4?
So lovely to see all of u again here. Here I am with loads of problems everyday. Please Help.
I am doing some charting in asp.net 4 (visual studio 2010).
One of the properties of Chart is ...
0
votes
1answer
32 views
Could use some help conceptualizing how to finish implementing a Microsoft Chart w/ drill-down capabilities under MVC
I have most of this figured out, but I am wondering if I need to return a partial page view or just an image.
So, the way drill-down charts need to be implemented under MVC can be seen at: ...
0
votes
0answers
22 views
How do I fix the number of columns visible in a column chart zoomed on a Microsoft Chart Control?
I have a lot of data that I need to show on a column chart using Microsoft Chart Control for .NET 4.0. I've provided the zoom on a chart control but am unable to fix each column bar size in order to ...
0
votes
0answers
16 views
Column chart label shifting to write
Please check the image attached. the labels/series are not properly presented. labels/series appears to be moved to right (depends on how you see)
How do i fix this ?
0
votes
1answer
32 views
.NET Charting Controls: Label values from data source
I know that you can use keywords with labels, but is there any way to use a specific value from my data set as a label? What I would like to do is have a column of my data table contain a custom label ...
0
votes
0answers
17 views
Microsoft Chart Controls avoid weekend gap
I am using the Microsoft Charting Controls and am plotting financial data. As a result there are never data points for weekends. The chart will display gaps at these weekend though.
Is there a way to ...
0
votes
2answers
93 views
How can I filter out this illegal javascript character? It's being generated at run time
I am attempting to generate a custom tooltip using Microsoft Chart Controls. Microsoft Chart Controls support the ability to use keywords which helps automate the data you wish to display.
For ...
0
votes
2answers
113 views
Calculating Min/Max Y-Axis values for a line chart
I am attempting to replicate how 'right' Excel feels with regards to calculating the Y-Axis boundaries for a line chart.
As an example, lets assume I currently have a chart with three datapoints on ...
0
votes
0answers
40 views
Can I modify AxisLabels from Visual Studio 2010 chart controls from a C# back end?
I am building a chart in Visual Studio 2010, it consists of an asp.net front end and a C# back end. I am trying to take an individual AxisLabel DataPoint and modify one individually by saying if this ...
0
votes
1answer
133 views
How to export an editable chart to excel which is created with Mschart?
I want to export the chart which is created with mschart to excel.
I want real chart in excel which user can change it's values not an image of chart.
What's the solution?
0
votes
0answers
263 views
How to export an mschart chart to excel?
I have created a chart with Mschart.I want to export the created chart to excel.
I'm using following code but when I open it in excel I just see some unknown code instead of chart.
using (var ...
0
votes
1answer
61 views
MSChartControl weird behaviour on selection
I'm using the MSChartControl in my application. In the chart control I display an image where I want to use the selection mechanism of the chart control to select a range of the image using the ...
0
votes
1answer
83 views
How to set the resolution (DPI) for Micosoft 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 ...
0
votes
1answer
123 views
to plot two different graphs together on the same chart
I am using the MSChart Control to plot some data but I would like to plot two different graphs
together on the same chart. For example, use a Bar chart (series1) with a pie chart (series2)
i am ...
0
votes
2answers
1k views
How to display Axis Labels for Stacked Column chart ( Asp.net chart control )?
I'm using ASP.NET Chart Controls for displaying some data. I'm not pulling any data from the database through a dataset. I'm adding them manually. I don't know how to add AxisLabels to X-axis or ...
0
votes
0answers
65 views
How do I add a glow effect to a font used in a Microsoft Chart?
How can I add a glow effect to a font used in a Microsoft Chart?
Here's a great idea, but it looks like it only applies to Silverlight and XNA. Am I mistaken? Can I apply this idea to a Microsoft ...
0
votes
0answers
118 views
How to insert text inside the dashboard in ASP.NET 3.5 using th chart control?
I have created a bar chart using the chart control with a passing SQL query, but I want to display a label inside the columns. How will I do that?
I am using ASP.NET 3.5 and C#.
0
votes
1answer
77 views
Ms chart controls for automated report/metrics generation to image, web or win forms?
Are there reasons to go one way or the other?
System.Web.UI.DataVisualization vs. System.Windows.Forms.DataVisualization
I'm building a process for a build server, where it will simply output a ...
0
votes
1answer
412 views
Microsoft Silverlight charting odd interval
In a simple Microsoft chart control in Silverlight I have the days of one month as dates on the X axis and double values on the Y axis. I would like to display every second day on the X axis but those ...
0
votes
3answers
299 views
How do I get this chart in a ASP.NET chart control?
What type of chart or what properties should I set in ASP.NET 4.0 chart control to get something like this:
0
votes
1answer
1k views
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 ...
0
votes
1answer
131 views
Save ASP.NET Chart Control output on server?
I'm just now getting familiar with the .NET chart controls. I'd like to know if I can save the contents of a chart as a .jpg or similar file on the server.
I would like to be able to have the user ...
0
votes
0answers
423 views
Microsoft Chart - Using FastLine instead of StepLine for high performance?
I'm using Microsoft Chart in order to draw some stepline charts.
Should I use StepLine directly or should i make my own using FastLine in order to be faster ?
In other words, do anyone know if the ...
0
votes
1answer
627 views
Creating a custom palette in microsoft charting
Is there a way to create my own charting palette in which I can specify my own colors?
The ones that are available from
chart.Palette = System.Web.UI.DataVisualization.Charting.ChartColorPalette. ...
0
votes
1answer
219 views
How to begin with Microsoft Chart Controls in MFC
I'm creating an MFC application using V.C++ 6.0. I need to plot a graph between two parameters like Intensity(on X-Axis) & Count(on Y-Axis). Is there any good tutorial that explains using ...
0
votes
2answers
409 views
How to loop through the ChartColorPalette properties and add to list?
I am using the Microsoft Chart Controls for .NET 3.5 (C#) and have a chart in a winform.
My hope is to allow the user to change the color palette based on their preference.
How do I iterate through ...
0
votes
2answers
639 views
Microsoft Chart Controls legend
Using Microsoft Chart Controls, is it possible to be able to remove a series from a chart by clicking on it in the legend, or do I have to create a separate control for that?
0
votes
1answer
793 views
Microsoft Chart control and Reporting Services reports (SSRS)
I'm wondering whether anyone has been able to use the Microsoft Chart control in SQL Server Reporting Service reports? Specifically the 2005 version...
Further to that, are the SSRS 2008 charts the ...
0
votes
1answer
150 views
Can microsoft chart control run with .net framework 3.5 without service pack1?
Can we use the DLL that getting from installation of microsoft chart control for f/w 3.5 service pack1 into the special application where there is not setup service pack1 for .Net 3.5?