I\'m working on a windows forms application (.NET 4.0). My form contains a \'Fast Line\' chart using the Microsoft chart control included in VS2010.
I have a set of charts in a form. These are \"canned\" charts and will only be updated when new data comes in (typically on a monthly basis). I have created each chart by binding (bounding?) a data so
I have a chart control. Now the functionality i want is if the user clicks on the chart it takes it to a new page along with it i need to send a value to that page.
I have an MSChart with annotations, the charting area is sizable so that people using the old school 800x600 can see the chart.
I have a line chart that loads a set of daily values.Some days there is no data, so if I just load the set of values I have, the line chart connects the non-contiguous days with a straight line which
Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何学Python Want to improve this question? Update the question so it's on-topic for Stack Overflow.
The title of this开发者_如何学编程 question says it all. I\'ve got a gantt chart (RangeBar) made using the MS Chart Control, and at present I have some StripLines to highlight weekends and the start
I have a Microsoft Chart Controls within my winforms app. I currently play the X and y values within a loop. I also had the X-axis format set as
So I\'ve made this range bar chart with the MS Chart Control. I have two questions: How can I implement an event handler for when the user double clicks a series? I can\'t see one anywhere.
Is there a simple way to retrieve the X/Y coordinates of ANY point in the chart Area (relative to that chart Axis of course)?