MultipleGraphsPlacement
public enum MultipleGraphsPlacement
Specifies graph orientation.
- horizontal: Indicates that graphs should be placed in a row.
- vertical: Indicates that graphs should be placed in a column.
-
Undocumented
Declaration
Swift
case vertical
-
Undocumented
Declaration
Swift
case horizontal