FillUnderRibbon (Property)

Applies To:

Area Chart

Description:

Enables the area under the ribbon to be filled in an Area Chart.

Action:

Read-write, Boolean

Example:

This example enables the FillUnderRibbion attribute of an Area Chart for the section named Sales Chart:

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