EGIFCompression

type EGIFCompression = (gcLZW, gcRLE);

Type Library
TeeChartx

Description
Determines the typr of GIF Compression.

Not all development environments support the direct call of TeeChart's Enum constants by name. See note on use of Enum constants for VBScript, MS VC++.

Integer Values:

gcLZW = 0

gcRLE = 1