PropertyHideChartSubtotals
DescriptionSpecifies 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.
TypeBoolean
Values
True (-1)Doesn't display subtotals in chart.
False (0) Display subtotals in chart
DefaultFalse
Example
Code:Cube1.HideChartSubtotals = False
HTML:<PARAM NAME="HideChartSubtotals" VALUE= "0">
See also
NotesYou can set this value directly from the control in the preferences dialog.