Charts and Graphs
/documentation/pages/Obsolete/from tlc/Reporting/A Brief Look at Reporting.xml
Video guides to using charts and graphs.
Using The Google Charts API in Your Applications
/documentation/pages/Guides/Desktop/Design/View/Chart/Using The Google Charts API in Your Applications.xml
The Google Charts api is documented at: http://code.google.com(external link). Google Charts is a free Google service that allows you to generate graphs as images by calling a web service. The example below shows how a call is made to the Google Charts service. The service returns binary data in the form of a PNG image. We then load the PNG data into an Alpha Anywhere internal image with the ui_bitmap_png_load() function and finally display the image on an Xdialog.
Developing Applications with Xbasic
/documentation/pages/Guides/Xbasic/Xbasic in Desktop Applications/Developing Applications with Xbasic.xml
An index of pages relating to developing applications in Xbasic.
Embedding Charts in Reports
/documentation/pages/Guides/Report/Charts/Embedding Charts in Reports.xml
To embed a chart in a report, first create a new Quick Report, then save it as a Layout Table Report, using the Open in Report Editor button. In the Layout Table Report Designer, add a row to hold the chart, enlarge the row and merge enough cells to make room for the desired chart size, and add the chart to the layout by double-clicking in the large cell to bring up the Cell contents dialog.
Using Charts on Forms
/documentation/pages/Guides/Desktop/Design/View/Chart/Using Charts on Forms.xml
In a desktop form, you can add a chart by selecting the Embedded Chart icon from the toolbox and dragging a rectangle for the chart on the form. The chart builder will come up, and you can configure it as described in Chart Control. All form variables will be available to the chart.
Charts Help Pages
/documentation/pages/Index/Charts Help Pages.xml
Page links related to charts.
Creating Charts with SimpleChart
/documentation/pages/Guides/Desktop/Design/View/Chart/Creating Charts with SimpleChart.xml
Creating various charts with SimpleChart.
Using Charts in Xdialogs
/documentation/pages/Guides/Desktop/Design/View/Chart/Using Charts in Xdialogs.xml
To use a chart programmatically in an Xdialog:
Embedding Charts with a Custom Data Source
/documentation/pages/Guides/Report/Charts/Custom/index.xml
Charts can be based on a custom data source defined using an Xbasic function.
How to Export Charts to PDF or RTF Format
/documentation/pages/HowTo/Charts/Export Chart to PDF or RTF.xml
Chart controls in a UX component can be exported to PDF or RTF using Action Javascript.