...
Square (default layout)- It divides an area into rectangles optimized to be as square as possible, with the rectangle sizes determined by a set of values.
Horizontal - This algorithm slices the horizontal space between items based on their values.
Vertical -This layout algorithm divides the available space vertically based on the value of the items.
Horizontal then Vertical - This layout is evident when the dimension is dropped on both to color and detail shelves. This algorithm divides the space between items by slicing them horizontally and vertically, depending on the value of the item. This layout is visible in the resulting color blocks, where each data point is sliced horizontally and each block is sliced vertically.
...