Tagged Questions
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
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
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
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
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
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
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
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
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
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
2answers
640 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 ...