Annotation
Add an annotation to a plot.
Syntax
model.result(<pgtag>).create(<ftag>,"Annotation");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"Annotation") creates an annotation feature named <ftag> belonging to the plot group <pgtag>.
Annotations add text, including optional position coordinates, to plots.
The following properties are available:
on | off
on | off
custom | black | blue | cyan | gray | green |magenta | red | white | yellow
The color to use for background rectangle when backgroundcheckbox is set to on.
custom | black | blue | cyan | gray | green |magenta | red | white | yellow
none | parent | data set name
on | off
on | off
If inheritplot is not none: Determines if the color is inherited.
none | plot name
on | off
fromdataset | global | line | point | surface | volume
on | off
off | pprint | ppr
on | off
auto | custom | manual | none
auto if the title contribution should be computed automatically, possibly using the group’s customization. custom if the title contribution should be computed automatically, but customized. manual if the manual title contribution should be used (the title property). none if no title contribution should be used.
on | off
on | off
Attributes
None.
See Also
MaxMinVolume, MaxMinSurface, MaxMinLine