PEGraphTypeInfo

PEGraphTypeInfo contains information about the type of the specified chart and is used by PEGetGraphTypeInfo and PESetGraphTypeInfo.

C Syntax
typedef struct PEGraphTypeInfo {
    WORD StructSize;
    short graphType;
    short graphSubtype;
} PEGraphTypeInfo;
Members

StructSize

Specifies the size of the PEGraphTypeInfo structure. Initialize this member to PE_SIZEOF_GRAPH_TYPE_INFO.

graphType

Uses one of the PE_GT_XXX Graph Type Constants, or PE_UNCHANGED for no change.

graphSubtype

Uses one of the PE_GST_XXX Graph Subtype Constants, or PE_UNCHANGED for no change.

VB Type Listing
Type PEGraphTypeInfo
StructSize As Integer
graphType As Integer
graphSubtype As Integer
End Type
Delphi Record Listing
type
PEGraphTypeInfo = record
StructSize : Word;
graphType : Smallint;
graphSubtype : Smallint;
end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com