Visible Property

Specifies whether the shape or the dataset appear on screen.

Syntax

object.Visible [= Boolean]

Properties

The Visible property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether the object or dataset is visible.

Settings

The settings for Boolean are:

Value

Description

True

The object or dataset is visible.

False

The object or dataset is not visible.

Remarks

For the RealTimeSPCDataSet Object this property is always set to TRUE, irrespective of the value to which you set it.

Applies To