GraphMarker
A plot attribute for creating graph markers such as minimum and maximum markers for 1D point 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
true | false
custom | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
none | cycle | solid | dotted | dashed | dashdot
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
The cutoff value, when displaymode is widthmode.
See Also
Marker, MaxMinVolume, MaxMinSurface, MaxMinLine, MaxMinPoint