Share via


2.2.5.33 LayoutOrientation

Namespace: http://www.microsoft.com/performancepoint/scorecards

This simple type defines the layout of items within a DashboardElementContainer (see section 2.2.4.81).

 <xs:simpleType name="LayoutOrientation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="HorizontalLeftJustified"/>
     <xs:enumeration value="HorizontalRightJustified"/>
     <xs:enumeration value="VerticalBottomJustified"/>
     <xs:enumeration value="VerticalTopJustified"/>
     <xs:enumeration value="Stacked"/>
     <xs:enumeration value="Hidden"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the LayoutOrientation simple type.

Value

Meaning

HorizontalLeftJustified

Horizontal layout where adjacent items are left-justified.

HorizontalRightJustified

Horizontal layout where adjacent items are right-justified.

VerticalBottomJustified

Vertical layout where adjacent items are bottom-justified.

VerticalTopJustified

Vertical layout where adjacent items are top-justified.

Stacked

Items are stacked so that only one item is visible at a time.

Hidden

Items are not displayed.