Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
HorizontalRightJustified |
|
VerticalBottomJustified |
|
VerticalTopJustified |
|
Stacked |
Items are stacked so that only one item is visible at a time. |
Hidden |