TableAnnotation
Add annotations from a table to a plot.
Syntax
model.result(<pgtag>).create(<ftag>,"TableAnnotation");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"TableAnnotation") creates a table annotation plot feature named <ftag>.
Table annotations can be added to 1D, 2D, and 3D plot groups.
The following properties are available:
custom | fromtheme | black | blue | cyan | gray | green |magenta | red | white | yellow | none
custom | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
{1,0,0} or last used color.
The background color to use. Active when backgroundcolor is set to custom.
{1,0,0} or last used color.
The color to use. Active when color is set to custom.
none | evaluation group feature name
If inheritplot is not none: Determines if the background color is inherited.
If inheritplot is not none: Determines if the color is inherited.
If inheritplot is not none: Determines if the deformation scale is inherited.
If inheritplot is not none: Determines if the show frame property is inherited.
none | plot name
Content of the local matrix, when source is set to localtable. Specify them using the setIndex method.
true | false
table | evaluationgroup | localtable
none | table feature name
The title to use when titletype is manual.
auto | manual | none
auto, if the title contribution should be computed automatically, possibly using the group’s customization. manual, if the manual title contribution should be used (the title property). none, if no title contribution should be used.
auto | rowindex
The column supplying x-coordinates. auto determines input based on evaluated result. rowindex means that all columns are used as data.
auto | rowindex
The column supplying y-coordinates. auto determines input based on evaluated result. rowindex means that all columns are used as data.
auto | rowindex
The column supplying z-coordinates (3D only). auto determines input based on evaluated result. rowindex means that all columns are used as data.
Attribute
Transparency (3D only)
See Also
Table, Table (Plot), TableSurface