GraphMarker
A plot attribute for creating graph markers such as minimum and maximum markers for 1D point graph, line graph, table graph, global, and radiation pattern plots.
Syntax
model.result(<pgtag>).feature(<ftag>).create(<atag>,"GraphMarker");
model.result(<pgtag>).feature(<ftag>).feature(<atag>).set(property, <value>);
Description
model.result(<pgtag>).feature(<ftag>).create(<atag>,"GraphMarker") creates a minimum and maximum or bandwidth marker plot named <atag> as an attribute to a 1D global plot or point graph named <ftag>.
This plot attribute displays the minimum and maximum, and the points there they are attained, or bandwidth of the expression in the parent graph.
The following properties are available:
none | fromtheme | custom | black | blue | cyan | gray | green | magenta | red | white | yellow
custom | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
{0,0,0} or last used linecolor
minmax | min | max
minmax | widthmode | intersection
The A coefficient, if intersectionline is set to general.
The B coefficient, if intersectionline is set to general.
The C coefficient, if intersectionline is set to general.
true | false
vertical | horizontal | identity | general
The x-coordinates for vertical lines, if intersectionline is set to vertical.
The y-coordinates for horizontal lines, if intersectionline is set to horizontal.
custom | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
horizontal | vertical
true | false
Prepend the position of the marker, if displaymode is set to minmax.
width | widthoutside
The type of bandwidth plot, when displaymode is widthmode.
true | false
global | local
true | false
true | false
Show the intersection lines, if displaymode is set to intersection.
The cutoff value, when displaymode is widthmode.
See Also
Marker, MaxMinVolume, MaxMinSurface, MaxMinLine, MaxMinPoint