|
BackColor
|
This property identifies the color used as the background color for individual table annotations. Use this property along with WorkingTable .
|
|
BevelLighting
|
Gets or Sets the table annotation background bevel lighting style. Default is HighLowLights. Use this property along with WorkingTable.
|
|
BevelStyle
|
Gets or Sets the table annotation background bevel style. Default is NoBevel. Use this property along with WorkingTable.
|
|
Bold
|
This property array is used to control whether table annotation cells are bold. If a value is set to True/non-zero, then that annotation cell will be bolded.
|
|
Border
|
This property sets the individual table annotation border style. Use this property along with WorkingTable . VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).
|
|
Color
|
This property identifies the color used as the fore color for individual table annotation cells. Use this property along with WorkingTable . This property will override all other color properties for symbols and text within table annotations.
|
|
Columns
|
This property sets the number of columns the table annotation will have. Use this property along with WorkingTable . Use TARows along with TAColumns to define the quantity of data that the table annotations will contain.
|
|
ColumnWidth
|
This property controls the width of individual columns. The size is based on character length.
|
|
Font
|
This property controls the font of the table annotation identified by WorkingTable. Individual cell font control can be implemented with TAFonts.
|
|
Fonts
|
This property identifies the face-name of font the individual cells in a table annotation will use.
|
|
FontSizeFixed
|
Set to True to disable the auto-fitting logic which attempts to force table annotation text to fit inside chart. Generally use with caution, when the chart is not sized by the user, or when you don't care if text overlaps.
|
|
ForeColor
|
This property identifies the color used as the fore color for all table annotation cells in a table. Use this property along with WorkingTable . Used with text type cells only.
|
|
GradientBoundary
|
Gets or Sets the table annotation background gradient boundary style. Default is Data where the gradient extents are defined by coordinates of table. Use this property along with WorkingTable.
|
|
GradientColor
|
Gets or Sets the table annotation gradient starting color if GradientStyle non zero. Default is White and usually not needing adjusting. Useful to produce darker charts. Use this property along with GradientStyle, BackColor, and WorkingTable.
|
|
GradientStyle
|
Gets or Sets the table annotation background gradient style. Default is NoGradient. Use this property along with BackColor, GradientColor, and WorkingTable.
|
|
HeaderColumn
|
This property determines if the far left/first column is a header. Headers stand apart from the rest of the grid by placement outside the table annotations grid.
|
|
HeaderOrientation
|
This property controls the orientation of the header rows when TAHeaderRows is non-zero. VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).
|
|
HeaderRows
|
This property controls the number of header rows a table annotation will have. Headers stand apart from the rest of the grid by their placement outside the table annotation grid.
|
|
HotSpot
|
This property array is used to control whether table annotation cells are hot-spots on a per table annotation cell basis. If a value is set to non-zero, then that annotation will be a hot spot.
|
|
Italic
|
This property array is used to control whether table annotation cells are italic. If a value is set to True/non-zero, then that annotation cell will be italicized.
|
|
Justification
|
This property controls how table annotation text of individual cells are justified. This will not justify symbols used in the table annotations.
|
|
Location
|
This property controls the location of the table annotation. Use this property along with WorkingTable .
|
|
Moveable
|
Set Non-Zero to enable user to move table annotations if TALocation is set to InsidePixelUnits. If TATextMode is also True, user will be able to change the size/shape of table annotation.
|
|
Rows
|
This property sets the number of rows the table annotation will have. Use this property along with WorkingTable .
|
|
Show
|
This property determines whether individual table annotations are currently part of the image or are hidden. Use this property along with WorkingTable .
|
|
Text
|
This property controls the text on a per cell basis for the table annotation. Use this property along with WorkingTable . When TAType describes a line type for a table cell, then this property can be used to define a secondary symbol to be combined with the line symbol.
|
|
TextMode
|
When set to True, and TARows=1 and TAColmumns=1, the table annotation enters a special paragraph mode which supports auto-word-wrap and built-in sizing and moving (if TAMoveable is set True.)
|
|
TextSize
|
This property controls the size of table annotation text. Valid values range from 20 to 100. Use this property along with WorkingTable .
|
|
Type
|
This property array defines the graphic symbols used with table annotations. The following constants are used with this property array.
|
|
Underline
|
This property array is used to control whether table annotation cells are underline. If a value is set to True/non-zero, then that annotation cell will be underlined.
|
|
Width
|
Used with TATextMode property set to True, and TALocation set to InsidePixelUnits, set TAWidth to a desired quantity of pixels wide when creating a moveable paragraph-type table annotation.
|
|
Working
|
This property controls which table annotation is currently being set or accessed. Always set this property before working with other related table annotation properties. Valid range is 0 to 59 allowing for 60 table annotations.
|
|
X
|
Used whenTALocation is set to InsidePixelUnits, set TAX and TAY 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 TAX and TAY to control the pixel location of table annotation. Coordinate (0,0) represents top-left corner of chart.
|