Writes text vertically on the screen.
#include <pgchart.h>
short __far _pg_vlabelchart( _chartenv __far *env, short x, short y,
short color, char __far *label );
env | Chart environment structure | |
x | Pixel x coordinate for text | |
y | Pixel y coordinate for text | |
color | Color code for text | |
label | Label text |
The _pg_vlabelchart function writes text vertically on the screen. The arguments x and y are pixel coordinates for the beginning location of text relative to the upper-left corner of the chart window.
The _pg_vlabelchart function returns 0 if there were no errors. A nonzero value indicates a failure.
Standards:None
16-Bit:DOS
32-Bit:None
_pg_defaultchart, _pg_hlabelchart, _pg_initchart
See the example for _pg_getpalette.