Search
EMultipleGraphsPlacement Enumeration
See Also
 



Specifies how multiple subgraphs are placed relatively to each other.

 Syntax

VB6  Copy Code

Public Enum EMultipleGraphsPlacement

C++  Copy Code

enum EMultipleGraphsPlacement

 Members

  Member name Value Description

mgpVertical

0

Indicates that graphs should be placed in a column.

mgpHorizontal

1

Indicates that graphs should be placed in a row.

mgpMinimalArea

2

Indicates that graphs should be placed so that they cover minimal area.

 See Also