Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
445
XamTreemap - set minimum size for node
posted

Based on my data I am getting the treemap as in the attached picture, in the node displayed in bottom right is tiny, use can not able to see the text on the node.

I was trying to set the ItemMinSize , it doesn't help

  • 35319
    posted

    Hello,

     

    I am just checking if you require any further assistance on the matter.

  • 35319
    posted

    Hi,

     

    Thank you for your post. I have been looking into your question and when  the ‘ItemMinSize’ property is set and some of the nodes’ width or height is smaller than the ItemMinSize, then these nodes are rendered as a transparent image as described in the following link from our online documentation:

     

    http://help.infragistics.com/doc/WPF/2014.2/CLR4.0/?page=xamTreemap_Item_Minimum_Size.html

     

    The rendered size of a node depends on its underlying data and it is calculated internally from the control. You cannot manipulate its size since this is not the idea of the control. All the items should be rendered symmetrically. If the window size is large enough, the smallest notes’ text will be rendered and when it is not(as in your scenario), their text is collapsed. This is the expected behavior of the control.

     

    Let me know, if you need any further assistance on this matter.