property ChartView.PictureAspectRatioNode as AspectRatioEnum
Specifies the default aspect ratio for the node's picture.

TypeDescription
AspectRatioEnum An ApsectRatioEnum expression that specifies the aspect ratio for each picture in the nodes collection.
By default, the PictureAspectRatioNode property is exAspectRatioNone. If the PictureAspectRatioNode property is set, it is applied to all nodes, excepts where the node's PictureAspectRatio is being set. In other words, you can use the PictureAspectRatioNode property to apply the same aspect ratio for all pictures in the chart. If using the PictureAspectRatio property you can use the PictureWidthNode or PictureHeightNode property to specify the fixed width or height for the picture. Use the Picture property to specify the node's picture. 

The aspect ratio for the node's picture works as follows:

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.