ChartDirector 7.1 (.NET Edition)

CDMLTable.getWidth


Usage

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

Description

Gets the width 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 width of the table in pixels.