GraphFrameColor Property

3D Graph Control

GraphFrameColor Property

Syntax

CWGraph3D.GraphFrameColor

Data Type

Color

Purpose

Specifies the color for the graph frame.

Remarks

You must first enable GraphFrameVisible before setting the GraphFrameColor property.

Example

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

See Also

GraphFrameVisible