Specifies wether to display
first level subtotals in chart or not. Many times these values are very big compared to individual cells, causing the chart to not look properly.
Type
Boolean
Values
True (-1)
Doesn't display subtotals in chart.
False (0)
Display subtotals
in chart
Default
False
Example
Code:
Cube1.HideChartSubtotals = False
HTML:
<PARAM
NAME="HideChartSubtotals" VALUE=
"0">
See also
Notes
You can set this value directly
from the control in the preferences
dialog.