Transparency Property

3D Graph Control

Transparency Property

Syntax

CWPlot3D.Transparency

Data Type

Long

Purpose

Indicates the percentage of transparency of the plot.

Remarks

A value of 0 specifies opaque, and a value of 100 specifies completely transparent.

Example

'Make the plot 50% transparent
CWGraph3D1.Plots.Item(1).Transparency = 50

See Also

Transparency Example