[VB] | Public Function addTable(x As Integer, y As Integer, alignment As Integer, col As Integer, row As Integer) As CDMLTable |
[C#] | public CDMLTable addTable(int x, int y, int alignment, int col, int row); |
ChartDirector 5.1 (.NET Edition)
BaseChart.addTable
Usage
[VB] | Public Function addTable(x As Integer, y As Integer, alignment As Integer, col As Integer, row As Integer) As CDMLTable |
[C#] | public CDMLTable addTable(int x, int y, int alignment, int col, int row); |
Description
Arguments
Argument | Default | Description |
---|---|---|
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. |
alignment | (Mandatory) | The 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.. |
col | (Mandatory) | The number of columns in the table. |
row | (Mandatory) | The number of rows in the table. |
Return Value