_pg_setstyleset

Description

Sets the current styleset.

#include <pgchart.h>

void __far _pg_setstyleset( unsigned short __far *styleset );

styleset Pointer to new styleset  

Remarks

The _pg_setstyleset function sets the current styleset.

Return Value

None.

Compatibility

Standards:None

16-Bit:DOS

32-Bit:None

See Also

_pg_defaultchart, _pg_getstyleset, _pg_initchart, _pg_resetstyleset

Example

See the example for _pg_getpalette.