PropertyVisibleLayout
VisibleLayoutOrder
DescriptionSpecifies the control elements layout.
TypeVisibleLayout is Numeric, VisibleLayoutOrder is Boolean
Values
VisibleLayoutOrder
True (-1)Shows the data matrix left or on top of the data chart (when applies)
False (0)Shows the data chart left or on top of the data matrix (when applies)
VisibleLayout
00 - 8Choose a layout according to the diagram in the left.

The yellow color is the title area, the blue area is the heading area, the purple and orange area is either the chart or the data area depending on the VisibleLayoutOrder value.

Default0 (converts to 3 in developer control)
Example
CodeCube1.VisibleLayout = 0
Cube1.VisibleLayoutOrder = True
HTML<PARAM NAME="VisibleLayout" VALUE="0">
<PARAM NAME="VisibleLayoutOrder" VALUE="-1">
See also
NotesFor the developer control, you can only use values 3 to 8. 0 to 2 converts to 3 to 5 automatically.
Use these properties instead than VisibleHeading, VisibleChart, VisibleTitle and VisibleMatrix.