http://www.yworks.com/xml/graphml
complexType TableNodeLabelModel.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}TableNodeLabelModel.type (restriction)

Documentation
Complex type that describes the label model for both row and column labels in TableGroupNodes.
Properties
This component is not nillable.

Model
<...
  offset = xs:double>

</...>


Attribute Summary
 xs:doubleoffset
           The offset of the label.  

Attribute Detail

offset

The offset of the label.

Type:
xs:double
Use:
optional
Form:
unqualified

Source
<xs:complexType name="TableNodeLabelModel.type">
<xs:attribute name="offset" type="xs:double" use="optional">
</xs:attribute>
</xs:complexType>


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