dotml:rankdir

The general layout direction of the graph.

Simple Type Information

Used By

Source

<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>