Master PaneSet Layout(Graphics, Boolean, Int 32, Single) Method
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 void SetLayout(
Graphics g,
bool isColumnSpecified,
int[] countList,
float[] proportion
)VB
Public Sub SetLayout (
g As Graphics,
isColumnSpecified As Boolean,
countList As Integer(),
proportion As Single()
)