ErrorBarsBehindPlot Property

The ErrorBarsBehindPlot property returns or sets the draw order for error bars, average value symbols, fill between the error bar lines, and connecting lines to be used by the plot. Returns a Boolean.

Syntax

object.ErrorBarsBehindPlot

object.ErrorBarsBehindPlot = ErrorBarsBehindPlot

 

Parameter Type Default Description
ErrorBarsBehindPlot Boolean True required, True to draw error bars behind plot; False to draw error bars on top of plot

 

Example

This example shows how to draw error bars on top of the plot.

AutoLinePlot.ErrorBarsBehindPlot = False

 

Used by: AutoLinePlot object