graphics.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
chartenv
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:    <pgchart.h>
 
  Structure:
 
  typedef struct
  {
      short charttype;       // _PG_BAR, _PG_COLUMN, _PG_LINE,
                             //   _PG_SCATTER, _PG_PIE
      short chartstyle;      // Style for selected chart type
      windowtype chartwindow;// Window definition for overall chart
      windowtype datawindow; // Window definition for data part of chart
      titletype maintitle;   // Main chart title
      titletype subtitle;    // Chart subtitle
      axistype xaxis;        // Definition for X axis
      axistype yaxis;        // Definition for Y axis
      legendtype legend;     // Definition for legend
  } chartenv;