ShowPartialViewIndicator (Property)

Applies To:

ChartSection object

Description:

Displays the text “Partial View” as an indicator in the top left corner of the Contents pane if not all bars of a chart can be displayed in one view. You can show or hide this indicator on a per chart basis by enabling or disabling this property. This property corresponds to the “Show partial view indicator” field on the General tab of Chart Properties.=

Action:

Read-write, Boolean

Example:

This example shows how to hide the Partial View Indicator on the Chart:

ActiveDocument.Sections["Chart"].ShowPartialViewIndicator = false