
Adds new properties to handle placement of advisers and assistants.
Features
- Adds
placeAdvisersAboveChildren
property - Sets default placement of advisers hierarchies relative to the regular children of the parent node. If adviser node has its own children then control adds extra levels, so advisers children are placed above level of the parent node children. - Adds
placeAssistantsAboveChildren
property - Sets default placement of assistants hierarchies relative to the regular children of the parent node. If assistant node has its own children then control adds extra levels, so assistants children are placed above level of the parent node children. - Added
levelOffset
property - Sets node level offset relative to parent node. This property is ignored if it is not applicable.
Fixes
- Fixed initial callout placement.
- Fixed neighbors selection in family diagram having inactive nodes.
- Fixed performance bug in the value reader.