Group: Forum Members
Last Active: 9 Years Ago
Posts: 19,
Visits: 2
|
Hi,
I'm using the binding manager to bind a table's data to my pies, and sometimes the tables contain negative values. Can I do something to make the pie hide the negatives without changing the table's data (and not creating a new table for the pies)?? Cause when you show negatives in the pie the negative and positive slices overlap each other, and well, it just looks bad...
Thanks.
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
You can create a DataView object that filters the negative values and bind the chart to this data view. The chart itself is supposed to ignore non-positive values, but there is obviously some problem that we will fix for the next release.
Best Regards, Nevron Support Team
|