my only objective is to create a scatter plot with only x and y axes. the data source should be from a 1 dimensional array.
please understand that I know there are other threads concerning this issue, but my needs are different.
I posted this earlier but have just regist开发者_如何学编程ered on the site today, I tried using the
I have 150K records of X and Y columns and I am trying to draw a chartfor FinanicalFormula. It is taking time to create chart for ever. It is not throwing error also.
I have an MSChart control on my windows form and each time I run this with my data, the X-axis always shows -1,0,1,2,etc
I have an MSCHart control in my windows Form, coding in C#. Basically I have an array of Data to populate the chart. I was needing to do the following with these:
I am trying开发者_运维知识库 to display a webpage with a MS chart control. The entire page displays excpept for the MS chart control. Any ideas?
I need to write an application in VB6 which makes a scatter plot out of a series of data points. The current workflow:
I\'m using the Chart control on my .Net 4.0 WinForms application. I\'m plotting a curve where the x-value is the month (1 to 12) an the y-value is the value of the curve.
I want a chart with transparent background, and therefore PNG seems a good choice. But when I set transparent background, the quality of the axis labels falls dramatically. How do I fix this? See the