SharpPlot.SetTrellis Method

Creates a trellised layout given (cells down, cells across) or the total cell count.

Example

sp.SetTrellis(19); // Auto layout
sp.SetTrellis(3,4); // Grid

Overloads

This method carves up the available paper size into a rectangular collection of frames. The first chart to be drawn will use the first cell in the trellis, and calls to NewCell will move to the next available cell, working acros the rows or snaking down the columns depending on the TrellisStyle setting.

See also ...

SharpPlot Members | TrellisStyle Property | DrawMultiple Method | NewCell Method