Hide (Method)

Applies To:

Chart Fact object

Description:

Enables you to conceal a Chart fact object. When executed for a Chart object, the selected item is removed from the Y-Facts area of the Chart Outliner.

Syntax:

Expression.Hide()

Expression Required:

An expression that hides a Chart fact object

Example:

This example shows how to conceal the Amount Sales fact:

ActiveDocument.Sections["Chart"].Facts["Amount Sales"].Hide()