Property
EmptyVertical
Description
Specifies wether to display cube vertical columns that are empty or not.
Type
Boolean
Values
True (-1)
Doesn't display empty columns
False (0)
Does display empty columns
Default
True
Example
Code:
Cube1.EmptyVertical = True
HTML:
<PARAM NAME="EmptyVertical" VALUE= "-1">< /tr>< /tr>< /tr>
See also
EmptyHorizontal
Notes
You can set this value directly from the control in the preferences dialog.