_pg_getstyleset

Description

Gets the contents of the current styleset array.

#include <pgchart.h>

void __far _pg_getstyleset( unsigned short __far *styleset );

styleset Pointer to current styleset array  

Remarks

The _pg_getstyleset function retrieves the contents of the current styleset array.

Return Value

None.

Compatibility

Standards:None

16-Bit:DOS

32-Bit:None

See Also

_pg_defaultchart, _pg_initchart, _pg_resetstyleset, _pg_setstyleset

Example

See the example for _pg_getpalette.