http://www.yworks.com/xml/graphml
element RowNodeLabelModelParameter

Documentation
Element type definition for a row label model parameter in TableGroupNodes.
Properties
This component is not nillable.

Model
<RowNodeLabelModelParameter
  horizontalPosition = xs:double
  id = xs:string
  inside = xs:boolean>

</RowNodeLabelModelParameter>


Attribute Summary
 xs:doublehorizontalPosition
           The horizontal position of the label.  
 xs:stringid
           The id of the column/row for the label.  
 xs:booleaninside
           Whether the label lies inside or not.  

Attribute Detail

horizontalPosition

The horizontal position of the label.

Type:
xs:double
Use:
optional
Form:
unqualified

id

The id of the column/row for the label.

Type:
xs:string
Use:
required
Form:
unqualified

inside

Whether the label lies inside or not.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:element name="RowNodeLabelModelParameter">
<xs:complexType>
<xs:complexContent>
<xs:extension base="TableNodeLabelModelParameter.type">
<xs:attribute name="horizontalPosition" type="xs:double" use="optional">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.