◄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;