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

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

Model
<ColumnNodeLabelModelParameter
  id = xs:string
  inside = xs:boolean
  verticalPosition = xs:double>

</ColumnNodeLabelModelParameter>


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

Attribute Detail

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

verticalPosition

The vertical position of the label.

Type:
xs:double
Use:
optional
Form:
unqualified

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


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