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
955
What is the best way to control the size of an Node treemap
posted

I noticed that the field associated with the ValuePath seems to affect that size of the TreeMapNode.

According to the documentation
ValuePath -> property Gets or sets the value path. It is the name of the property which is bound to the value of the treemap item.

But Value is normally associated with the key to an item. I believe it should not be used to control the size of the TreemapNode. Is there another property that can be used or some code behind to control this. I was hoping there was something like a SizeMapper.

Any suggestions would be greatly appreciated.