Property
FormulaListChart
Description
Specifies wether to display this list formulas in the chart or not. (total, average, standard deviation, etc. of a list of dimension cells).
Type
Boolean
Values
True (-1)
Display values in chart.
False (0)
Doesn't display values in chart.
Default
False
Example
Code:
Cube1.FormulaListChart = False
HTML:
<PARAM NAME="FormulaListChart" VALUE= "0">
See also
Notes
You can set this value directly from the control in the preferences dialog.