Search
DecisionLayout.MultipleGraphsPlacement Property
See Also
 



Gets or sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

 Syntax

VB6  Copy Code

Public Property Get MultipleGraphsPlacement() As EMultipleGraphsPlacement
Public Property Let MultipleGraphsPlacement( _
    ByVal value As EMultipleGraphsPlacement _
)

C++  Copy Code

public:
EMultipleGraphsPlacement get_MultipleGraphsPlacement ()
void put_MultipleGraphsPlacement (
    EMultipleGraphsPlacement value
)

 Property Value

A member of the EMultipleGraphsPlacement enumeration. The default is mgpHorizontal.

 See Also