The general layout direction of the graph. |
Attribute | dotml:graph/@rankdir |
<xs:simpleType name="rankdir"> <xs:annotation> <xs:documentation>The general layout direction of the graph.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="TB"/> <xs:enumeration value="LR"/> </xs:restriction> </xs:simpleType> |