Click or drag to resize

HostLayerCreateDefaultGrid Method

Creates the default grid. It consists of three rows and three columns. Columns 0 and 2 are the left and right margin, respectively. Rows 0 and 2 are the top and bottom margin. The cell column 1 / row 1 is intended to hold the child layer.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CreateDefaultGrid()
See Also