BackLine Property
The BackLine property returns the AutoLine object for the back wall line in a 3D graph. This is a read-only property.
Syntax
object.BackLine
object.BackLine =BackLine
Remarks
A non-invisible line style (Style property) needs to be used before setting the color and width.
Example
The following example shows how to set the line color of the back wall in a 3D graph.
XYGraph.BackLine.foreColor = grfColorRed
XYGraph.BackLine.style = "Dash Dot
XYGraph.BackLine.width = 0.03
Used by: AutoGraph object