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.
Expression.Hide()
An expression that hides a Chart fact object
This example shows how to conceal the Amount Sales fact:
ActiveDocument.Sections["Chart"].Facts["Amount Sales"].Hide()