HTMLBoundaryMode (Property)

Applies To:

ChartSection object

Description:

To publish/republish the Chart section of an Interactive Reporting document file(.bqy) file for use in the EPM Workspace, use this property to enable the Chart boundary. The boundary consists of the rectangular parameters measured in pixels which surround the actual chart, legend and label(s).

Note:

If you make dynamic HTML changes using the Export Properties dialog or the Object Model, publish or republish the Interactive Reporting document (.bqy) file.

Action:

Read-Write, Boolean

Example:

This example shows how to enable the boundary and to set both the boundary height and width to 300 pixels:

ActiveDocument.Sections["Chart"].HTMLBoundaryMode = true
ActiveDocument.Sections["Chart"].HTMLBoundaryHeight = 300
ActiveDocument.Sections["Chart"].HTMLBoundaryWidth = 300