TableErrorBars
A plot attribute for adding error bars to 1D table graph plots.
Syntax
model.result(<pgtag>).feature(<ftag>).create(<atag>,"TableErrorBars");
model.result(<pgtag>).feature(<ftag>).feature(<atag>).set(property,<value>);
Description
model.result(<pgtag>).feature(<ftag>).create(<atag>,"TableErrorBars") creates error bars as a plot attribute named <atag> to a 1D table graph named <ftag>.
This plot attribute displays error bars in the parent graph.
The following properties are available:
"auto" or column number
"auto" or column number
{0,0,0} or last used linecolor
custom | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
solid | dotted | dashed | dashdot
The line style, if type is set to bar.
integer | preference
bar | filled
See Also
ErrorBars, Marker, GraphMarker