Property
ChartCustomTitle
Description
By default, the chart title equals the cube caption. This option will let you set a chart header title distinct than the cube caption.
Type
Boolean
Values
True (-1)
Let you set a chart header different than the cube title
False (0)
The chart header is equal than the cube caption.
Default
False
Example
Code:
Cube1.ChartCustomTitle = False
HTML:
<PARAM NAME="ChartCustomTitle" VALUE= "0">< /tr>< /tr>
See also
Caption
Sets the cube view caption
Notes
Use the chart edit button in the chart toolbar to set the chart header. It cannot be set programatically, but it is save with your views and portfolios.