Using graphs

It is common for developers to design DataWindow objects that include one or more graphs. When users need to understand and analyze data quickly, a bar, line, or pie graph can often be the most effective format to display.

To learn about designing graphs, see the User’s Guide.

Working with graphs in your code

The following sections describe how you can access (and optionally modify) a graph by addressing its properties in code at runtime. There are two kinds of graph properties:

NoteUsing graphs in other controls Although you will probably use graphs most often in DataWindow objects, you can also add graph controls to windows or visual user objects. Additional PowerScript functions and events are available for use with graph controls.

For more information, see Chapter 7, “Manipulating Graphs in Windows.”