Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ v10.0 : C library - these functions are for the initialization of the presentation graphics http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
These functions are for the initialization of the presentation graphics
system and the displaying of charts.  The  _pg_initchart function
initializes the system and should be the first presentation graphics
function called.  The single-series functions display a single set of data
on a chart; the multi-series functions (those ending with ms) display
several sets of data on the same chart.

The following functions are defined:

_pg_chart
    display a bar, column or line chart

_pg_chartms
    display a multi-series bar, column or line chart

_pg_chartpie
    display a pie chart

_pg_chartscatter
    display a scatter chart

_pg_chartscatterms
    display a multi-series scatter chart

_pg_defaultchart
    initialize the chart environment for a specific chart type

_pg_initchart
    initialize the presentation graphics system

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson