Pane Layout Enumeration
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public enum PaneLayoutVB
Public Enumeration PaneLayoutMembers
| ForceSquare | 0 | |
| SquareColPreferred | 1 | |
| SquareRowPreferred | 2 | |
| SingleRow | 3 | |
| SingleColumn | 4 | |
| ExplicitCol12 | 5 | |
| ExplicitCol21 | 6 | |
| ExplicitCol23 | 7 | |
| ExplicitCol32 | 8 | |
| ExplicitRow12 | 9 | |
| ExplicitRow21 | 10 | |
| ExplicitRow23 | 11 | |
| ExplicitRow32 | 12 |