ChartDirector 7.1 (.NET Edition)

CDMLTable.getHeight


Usage

[C#]public int getHeight();
[VB]Public Function getHeight() As Integer

Description

Gets the height of the table.

Note that you need to call CDMLTable.layout first to layout the table before calling this method.

Arguments

None

Return Value

The height of the table in pixels.