Applies To:
ChartSection object
Description:
Displays the back plane of Charts.
Action:
Read-write, Boolean
Example:
This example shows how to display the back plane in a Chart section:
var MyChart = ActiveDocument.Sections["Sales Chart"] MyChart.ShowBackPlane = true