◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <pgchart.h> Context: _legendtype and _chartenv types used by _pg_chart and other chart functions. Structure: typedef struct { short x1; // Left edge of window in pixels short y1; // Top edge of window in pixels short x2; // Right edge of window in pixels short y2; // Bottom edge of window in pixels short border; // TRUE for border, FALSE otherwise short background; // Internal palette color for window // background short borderstyle; // Style bytes for window border short bordercolor; // Internal palette color for window border } _windowtype; -♦-