Hi,
I am trying to plot a Treemap with Node Binder.
<ig:NodeBinder TargetTypeName="TreeMapEntity" ValuePath="val" TextPath="name" NodeStyle="{StaticResource TreeNodeStyle}" />
The binding value (val) is a double and can have positive and negative values.
When I plot the treemap with positive values it is plotting fine.
When the val has negative double values. It is throwing an error
"There are not any valid treemap nodes".
Questions
=========
1. So, can Treemap plot negative values for the Size?
2. If so, am I missing something in my NodeBinder?
Please let me know, how I can resolve this.
Thanks.
Hello,
I have been looking into your enquiry, however since the XamTreeMap displays relatively sized surface, areas it seems to have been decided that negative values are inappropriate for special comparison. What I can do for you is create a Feature Request for adding a property that would allow modular representation of all values in the data source, so that such functionality might appear in one of our future releases.
Please let me know if you require any further clarification on the matter.
Hi
Thanks for the response.
I don't understand what you mean by " allow modular representation". Do you mean Absoulute values?
Say, I have values in my datasource ranging from -10 to 10. What I expect to see is 10 having a larger sized box and -10 having the smallest size. Is this possible by doing a modular representation.
Thank You!
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.