graphics.hlp (Topic list)
legendtype
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:    <pgchart.h>
 
  Structure:
 
  typedef struct
  {
      short legend;             // TRUE=draw legend; FALSE=no legend
      short place;              // _PG_RIGHT, _PG_BOTTOM, _PG_OVERLAY
      short textcolor;          // Internal palette color for text
      short autosize;           // TRUE=system calculates size
      windowtype legendwindow;  // Window definition for legend
  } legendtype;