_pg_vlabelchart

Description

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  

Remarks

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.

Return Value

The _pg_vlabelchart function returns 0 if there were no errors. A nonzero value indicates a failure.

Compatibility

Standards:None

16-Bit:DOS

32-Bit:None

See Also

_pg_defaultchart, _pg_hlabelchart, _pg_initchart

Example

See the example for _pg_getpalette.