Applies To:
ChartSection object
Description:
Displays he horizontal plane of 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 MyChart.ShowHorizontalPlane = true