property Node.PictureHeight as Long
Specifies the height of the node's picture.

TypeDescription
Long A long expression that specifies the height to display the node's picture. If not specified, the picture's height is used instead.
By default, the PictureHeight property is -1. Use the PictureHeight property to specify a different height to display the node's picture. Use the Picture property to specify the node's picture. The PictureWidthNode and PictureHeightNode properties of the ChartView object handles the size of the displayed pictures for all the nodes. The PictureWidth and PictureHeight properties handles the size of displayed picture for specified node. The PictureAspectRatio property specifies the aspect ratio for the node's picture based on the original width or height.

The size of the picture being shown in the node is computed as follow:

In any case, the size of the picture is also influenced by the the aspect ratio for the node's picture as it is specified by PictureAspectRatio or PictureAspectRatioNode property while any of these is not exAspectRatioNone.

The following screen shot shows the root's picture resized, while the other nodes display the pictures using their original size.