ShowBorder (Property)

Applies To:

ChartSection object

Description:

Enables a border to be displayed around a Chart.

Action:

Read-write, Boolean

Example:

This example shows how to display the Chart border:

var MyChart = ActiveDocument.Sections["Sales Chart"]
MyChart.ShowBorder = true