BackLineBehindGraph Property

The BackLineBehindGraph property sets the state of the draw order for the graph background line. Returns a Boolean.

Syntax

object.BackLineBehindGraph

object.BackLineBehindGraph = BackLineBehindGraph

Parameter Type Description
BackLineBehindGraph Boolean required, True to draw background line behind other graph components. False to draw background line in front of other graph components.

Example

The following example demonstrates setting the graph background line to draw in front of the graph.

AutoGraph.BackLineBehindGraph = False

 

Used by: AutoGraph object