Forum Discussion

arun_rathiya_1's avatar
arun_rathiya_1
New Contributor
13 years ago

Testcomplete is not supporting important property/methods of Microsoft Chart object

We are using Microsoft chart object for our .NET application. But important methods like ClickCell(R,C) is not possible. It records X,Y coordinate which is really difficult to handle.



Object name shown as given below:



    ["WinFormsObject"]("chartPanel")["WinFormsObject"]("chart")



We have Testcomplete 8.7 (Enterprise Edition).



How we can use all important methods?





Thanks



Arun 

India

1 Reply


  • Hi Arun,


     


    The ClickCell method is usually used to click a cell in grids, and it obtains the row number and the column name as the parameters. Are you sure that you can use this method for your chart control? I suppose the control you use isn't officially supported by TestComplete. You can test this control by calling native methods and properties. So, you need to learn the control documentation to find methods you can use in TestComplete.