|
AxisLocation
|
If Annotation.Table.Location is set to a
location within an axis, this property controls table location within
the axis. |
|
BackColor
|
Gets or Sets color used as the background
color for the table annotation's bounding box. |
Bold |
Property array to control bolding of individual table annotation cell text. |
|
Border |
Gets or Sets the border style of the table
annotation's bounding box. |
|
Color |
Gets and Sets the foreground color for individual
cells. The foreground color for the entire table can be set with Annotation.Table.ForeColor.
Always establish Table.Rows and Table.Columns before setting this property. |
|
Columns
|
Gets and Sets the quantity of columns for
the table annotation. Set this property and Annotation.Table.Rows before
passing table annotation text. |
|
ColumnWidth
|
Gets and Sets manual width of table column.
By default column widths are automatically configured. If you set this
property, it defines a new minimum column width. Units are in number-of-characters.
Always establish Table.Columns before setting this property. |
|
Font |
Gets or Sets font name used for the table
annotation. Individual cell font control can be implemented with Annotation.Table.Fonts(). |
|
Fonts |
Gets and Sets the font name for individual
cells. The font for the entire table can be set with Annotation.Table.Font.
Always establish Table.Rows and Table.Columns before setting this property. |
|
ForeColor
|
Gets or Sets color used as the foreground
color for the table annotation's text. |
|
HeaderColumn
|
Gets and Sets whether the table annotation
will have a header column. The header column stands apart from the rest
of the grid by their placement outside/left the table annotation bounding
box. |
|
HeaderOrientation
|
Gets or Gets the orientation of the header
rows if Annotation.Table.HeaderRows is non-zero. |
|
HeaderRows
|
Gets and Sets the quantity of header rows
for the table annotation. Header rows stand apart from the rest of the
grid by their placement outside/above the table annotation bounding box. |
|
HotSpot
|
Gets and Sets whether individual table annotation
cells are clickable. Always establish Table.Rows and Table.Columns before
setting this property. |
Italic |
Property array to control italics of individual table annotation cell text. |
|
Justification
|
Gets and Sets the style of justification
for individual cell text. Always establish Table.Rows and Table.Columns
before setting this property. |
|
Location
|
Gets or Sets the table annotation location. |
Moveable |
Set to True to enable user to move table annotation when TALocation is set to InsidePixelUnits. If TATextMode is also True, user can also size table. |
|
Rows |
Gets and Sets the quantity of rows for the
table annotation. Set this property and Annotation.Table.Columns before
passing table annotation text. |
|
Show
|
Gets and Sets whether the table annotation
is visible. |
|
Text |
Gets and Sets the text for individual cells.
Always establish Table.Rows and Table.Columns before setting this property. |
TextMode |
Set to True, and also set TARows=1 and TAColmumns=1, to create a paragraph annotation with auto word wrap and built-in sizing and moving. |
|
TextSize
|
Gets and Sets the text size for the table
annotation. Default value 100 produces text that is the same size as other
label text. Valid values range from 20 to 200. |
|
Type |
Gets and Sets the table annotation cell types.
Always establish Table.Rows and Table.Columns before setting this property. |
Underline |
Property array to control underline of individual table annotation cell text. |
Width |
Used with TALocation / InsidePixelUnits and TATextMode to control width of paragraph type table annotation. |
|
Working
|
Gets and Sets the working table index 0 through
59. Used when you need to work with multiple table annotations. Set before
adjusting any additional table annotation properties. |
X |
Used whenTALocation is set to InsidePixelUnits, set X and Y to control the pixel location of table annotation. Coordinate (0,0) represents top-left corner of chart. |
Y |
Used whenTALocation is set to InsidePixelUnits, set X and Y to control the pixel location of table annotation. Coordinate (0,0) represents top-left corner of chart. |