ValeryVal Posted June 21, 2010 Posted June 21, 2010 (edited) AGraph....au3 scripts show how to automate chart produced by MS Graph and MS OWC11. AGraphPreview.au3 uses Preview control to expose images, AGraph_Constants.au3 and module GDIP. You have to have Graph.exe installed and registered. Edited 23.06.10 Version 0.2 Edited 24.06.10 Version 0.3 Edited 24.06.10 AGraphOWC.au3 uses Microsoft Office Web Components from owc11 file and fixed AGraph_Constants.au3.AGraphPreview_0_3.au3AGraph_Constants.au3AGraphOWC.au3AGraphOWC_0_4.au3 Edited July 1, 2010 by Valery The point of world view
pierrotm777 Posted June 23, 2010 Posted June 23, 2010 Two issu after compilation D:\Program Files\Ride Runner\Skins\Carwings_Dynamic_pm_new\Scripts\GetIp\graph.au3(7,10) : ERROR: can't open include file <GDIP.au3> #include <GDIP.au3> ~~~~~~~~~^ D:\Program Files\Ride Runner\Skins\Carwings_Dynamic_pm_new\Scripts\GetIp\graph.au3(133,43) : ERROR: _WinAPI_DeleteEnhMetaFile(): undefined function. _WinAPI_DeleteEnhMetaFile($hFileMetaFile) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\Program Files\Ride Runner\Skins\Carwings_Dynamic_pm_new\Scripts\GetIp\graph.au3 - 2 error(s), 0 warning(s) Any idea !
ValeryVal Posted June 23, 2010 Author Posted June 23, 2010 can't open include file <GDIP.au3>You can get GDIP from here The point of world view
ValeryVal Posted June 24, 2010 Author Posted June 24, 2010 New version 0.3. See first message of this thread. Edited 24.06.10 New version 0.2 is in the first message. History 23.06.10 Added: - TrendLines and TrendLineEquation 24.06.10 Added: - tuning Interior, Axes, Titles, GridLines, Fonts, Pattern, Grids, Elevation, Rotation Fixed: - other dataset content Enjoy The point of world view
ValeryVal Posted July 1, 2010 Author Posted July 1, 2010 Added to first message: New script AGraphOWC.au3 and fixed AGraph_Constants.au3. Enjoy The point of world view
ValeryVal Posted July 1, 2010 Author Posted July 1, 2010 New script AGraphOWC_0_4.au3. Version 0.4 History 01.07.10 - add some series - fixed axes titles Enjoy The point of world view
ValeryVal Posted July 1, 2010 Author Posted July 1, 2010 This Radar Line Chart was obtained by mouse wheel. Just select combo and touch mouse wheel. Enjoy The point of world view
ValeryVal Posted July 12, 2010 Author Posted July 12, 2010 (edited) This is an example of Spreadsheet and ChartSpace embedding into AutoIt GUI. ISpreadsheet provides a datasource for IChartSpace of GUI. Requirement: - MS OWC11 installed Enjoy, AGraph_OWC_Embedded.au3 Edited July 12, 2010 by Valery The point of world view
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now