property ChartView.FixedHeightNode as Long
Retrieves or sets a value that indicates whether the height of the node's caption is fixed.

TypeDescription
Long A long expression that indicates the maximum height for the node's caption.

By default, the FixedHeightNode property is -1. Use the FixedHeightNode and FixedWidthNode properties to specify fixed size for all nodes in the organigram. Use the FixedHeight and FixedWidth properties to define the size of a specified node. If the FixedHeighNode is negative the height of the node's caption is automatically computed. Use the Font property to specify the control's font. The DefaultNodePadding property defines the padding for all nodes.