C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_titletype
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <pgchart.h>
 
  Context:   _axistype and _chartenv types used by _pg_chart and other
             chart functions.
 
  Structure:
 
  typedef struct
  {
      char title[_PG_TITLELEN]; // Title text
      short titlecolor;         // Internal palette color for title text
      short justify;            // _PG_LEFT, _PG_CENTER, _PG_RIGHT
  } _titletype;
                                    -♦-