SharpPlot Reference > SharpPlot Properties > TrellisStyle Property SharpPlot.TrellisStyle Property
Set Trellis style to any combination of flags.
public TrellisStyles TrellisStyle {get; set;}
Example
sp.TrellisStyle = TrellisStyles.SnakingCells;
Gridlines | Trellis is gridded like a table | PagedMultiples | Paged multiples, rather than trellised | ResetAtEachCell | Reset all properties on completing each cell | SnakingCells | Cells go down, then across the trellis |
See also ...SharpPlot Members | SharpPlot.SetTrellis Method
Send comments on this topic © Dyalog Ltd 2021
|