GraphFrameVisible Property

3D Graph Control

GraphFrameVisible Property

Syntax

CWGraph3D.GraphFrameVisible

Data Type

Boolean

Purpose

Specifies if the graph frame is visible.

Remarks

You can place a frame around the graph by setting GraphFrameVisible to True or using the Graph tab on the property pages.

Example

'Make the graph frame visible
CWGraph3D1.GraphFrameVisible = True
'Set the graph frame color to blue
CWGraph3D1.GraphFrameColor = vbBlue

See Also

GraphFrameVisible