Is there a way to display a \"default\" message on a MS Chart Control if there is no data to chart? I have a chart, with some controls that allow the user to pick various da开发者_高级运维te ranges.
Here is problem I\'m trying to solve. It\'s for logistics company. I got all other inputs/variations take开发者_运维百科n care of so I have 1 straight-forward thing to do.
Microsoft Chart Control generates a different visual then the set property.Property based it always shows correct value but if you open the generated chart with graphic software like Photoshop it show
i am doing this: foreach (DataPoint point in chart1.S开发者_JS百科eries[0].Points) { if (point.yvalue > mean*1.3) ...
I have a chart that I\'m generating on the fly through a generic handler.I\'ve got the data loaded and by default it looks like this:
I\'m looking for a component that I can use to plot class times against a timeline for four different instructors.So the y axis will contain a timeline at 30 minute intervals, with the instruct开发者_
I would like to customize the labels on the datapoints below so they would render as (using first datapoint on the chart as an exam开发者_StackOverflow社区ple) :
I\'m trying to get the y axis values displayed as in image 1, but have the data display as it does in image two (but reversed to match the axis values).
I am developing an application and I must do it开发者_如何学编程 in WPF and use .NET 3.5. The problem is that I can\'t use MSCharts for 3.5 because that would require XP installations to install SP3,
This Question has been languishing un-answered on the MSChart forum for over a year. I\'m continually getting an overflow exception on a chart. I\'m setting up my chart as follows: