ChartDirector 7.1 (.NET Edition)

CDMLTable.layout


Usage

[C#]public void layout();
[VB]Public Sub layout()

Description

Lays out the table.

Laying out the table means computing the table metrics - the widths and heights of all columns, rows and cells. When drawing the table, ChartDirector will automatically call this method. You only need to call this method if you need to get the table metrics (eg. using CDMLTable.getColWidth, CDMLTable.getRowHeight, CDMLTable.getWidth or CDMLTable.getHeight) before the table is drawn.

Arguments

None

Return Value

None