Microsoft Chart Controls

  • Thread starter progresscommunities@progr
  • Start date
Status
Not open for further replies.
P

progresscommunities@progr

Guest
Hello fellow developers,



Apologize if this has been asked before, didn't see a thread on it.



Are the Microsoft Chart controls supported in Openedge .NET? If not, do we know if the plan is to support them at a later date?



It seems like a very powerful component for generating a variety of graphs and charts.



I can add the component to the control list but the intialize component method has compliation errors.



DEFINE VARIABLE chartArea1 AS System.Windows.Forms.DataVisualization.Charting.ChartArea NO-UNDO.
chartArea1 = NEW System.Windows.Forms.DataVisualization.Charting.ChartArea().

THIS-OBJECT:chart1:ChartAreas:
THIS-OBJECT:chart1:ChartAreas:Add(chartArea1). <- Progress thinks that the ADD method of ChartAreas wants a character when the documentation wants the ChartArea object as defined above.



Links:

http://www.microsoft.com/downloads/...86-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en

http://msdn.microsoft.com/en-us/library/dd456632(VS.100).aspx





Thanks,

Eric

Continue reading...
 
Status
Not open for further replies.
Top