DroidDiagram Programmer's Guide
MultipleGraphsPlacement Enumeration
See Also
 






The members of this enumeration specify graph orientation and positioning.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum MultipleGraphsPlacement

 Members

  Member name Description

Horizontal

Indicates that graphs should be placed in a row.

MinimalArea

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

Vertical

Indicates that graphs should be placed in a column.

 See Also

com.mindfusion.diagramming Namespace