Unable to get coordinates of Winform object graph
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unable to get coordinates of Winform object graph
I am working on automating a desktop application which includes a graph with different coordinates.
When I object spy on the graph it is displaying as it is axgraph and I was not able to spy the coordinates of the graph. Even though not able to get cuves>points field.
Could anyone please help me out and tell how to get the coordinates of the graph?
NOTE: Graph screenshot attached and object spy screenshot
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Screenshot shows me the properties of *.WinFormsObject("axGraph").Curves , share some screenshot of *.WinFormsObject("axGraph").
Thanks
Shankar R
LinkedIn | CG-VAK Software | Bitbucket | shankarr.75@gmail.com
“You must expect great things from you, before you can do them”- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think, you already have it in your properties for hole chart object.
If you want to graph the exact coordinates of each point in your object then you have to find internal properties of that Chart. You may want to take with developers to get details of that.
Thanks
Shankar R
LinkedIn | CG-VAK Software | Bitbucket | shankarr.75@gmail.com
“You must expect great things from you, before you can do them”- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I even tried to get coordinates of the curve points, but those points are not available inside XAxis and YAxis elements. It has coordinate of tick points that are present on X-axis and Y-axis.
