UnhideAll (Method)

Applies To:

AxisLabels (XLabels, Ylabels, and ZLabels)

Description:

Restores all hidden label value item(s) that are hidden through the HideSelection (Method) and FocusSelection (Method).

Syntax:

Expression.XLabels.UnhideAll()

Expression Required:

An expression that unhides an AxisLabels item

Example:

This example shows how to unhide all label value items on the Xlabels:

ActiveDocument.Sections["AllChart"].XLabels.UnhideAll()