HTMLBoundaryWidth (Property)

Applies To:

ChartSection object

Description:

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

Note:

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

Action:

Read-Write, Number

Example:

This example shows how to enable. the boundary and to set both the boundary height and width to three hundred pixels:

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