ChartDirector 7.1 (C++ Edition)

CDMLTable.setPos


Usage

void setPos(int x, int y, int alignment = TopLeft);

Description

Sets the position of the table.

Arguments

ArgumentDefaultDescription
x(Mandatory)The x-coordinate of the reference point used to position the table.
y(Mandatory)The y-coordinate of the reference point used to position the table.
alignmentTopLeftThe alignment of the table with respect to the reference point. For example, a value of TopLeft means the reference point is the top- left corner of the table. See Alignment Specification for supported alignment types..

Return Value

None