BackFill Property
The BackFill property returns the AutoFill object for the back wall fill in a 3D graph. This is a read-only property.
Syntax
object.BackFill
object.BackFill =BackFill
Remarks
The fill pattern (PatternName property) must be set to a pattern other than None.
Example
The following example shows how to set the back wall fill color of a 3D graph.
XYGraph.BackFill.foreColor = grfColorYellow
Used by: AutoGraph object