Im wondering if anyone could help me with annotations im using in my MShart control. I have a line chart, at certain data plots within this chart I have annotations.
I havs an MSChart which takes in a series of data elements foreach(Int16 element in data) { this.view.chart.Series[\"Series1\"].Points.AddXY((double)i/100,开发者_C百科 (double) element/41);
I have a subform which sets the RowSource of a Microsoft Chart 5.0 object in its parent form. EDIT: The Row Source Type for the graph is Value List.
I\'ve been searching the net for some time now yet still haven\'t found any good solution to my problem. I want to make MS Chart to automatically rescale Y axis on scrolling to make sure that all data
How does one order the bar chart series to render from most to least? Ordering the data before binding does not seem to help.
im using a scroll bar to view my data in 10 sec frames, when I scroll forward through the data for the FIRST time, the x-axis is messed up.
How I can high开发者_运维知识库light a value in the x-axis using MS. Chart Controls? X-axis value, not in the graph.
I was wondering if someone could please show开发者_如何学JAVA me sample code for setting the line colour in an MSChart using C#.
The problem im having with MSChart is that I am needing to adjust my Y axis label values after they have been drawn.
I have a form which shows a graph which was made in Microsoft Chart control 6.0... 开发者_开发技巧I have placed a option in the menubar which will export the graph made to an image file...