HTMLBoundaryHeight (Property)

Applies To:

ChartSection object

Description:

Enables you to fix the height of a Chart boundary. Adjust the height of a Chart boundary to publish/republish the chart section of Interactive Reporting document files (.bqy) files EPM Workspace. The boundary consists of pixilated vertical and horizontal parameters that surround the 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 (.bqy) file.

Action:

Read-Write, Number

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