"Other" handling
Posted: Sat Sep 06, 2008 6:48 pm
Two questions having to do with Other:
1) In addition to the values that get automatically grouped into OtherSlice (for example by:
can I manually force a slice to be a part of the Other grouping, even if it's above that threshold value? Some users of my application have been asking for that ability for a while. Go figure.
2) Can non-pie charts (e.g., the Vertical Bar series) have an Other-grouping ability? Perhaps I can cheat by using a TPieSeries cast? This one I'm sure is obvious, but I didn't see explicit mention of it either way.
Thanks!!!
richard diamond
1) In addition to the values that get automatically grouped into OtherSlice (for example by:
Code: Select all
with PieSeries do begin
OtherSlice.Style:=poBelowPercent;
OtherSlice.Value:=10;
end;
2) Can non-pie charts (e.g., the Vertical Bar series) have an Other-grouping ability? Perhaps I can cheat by using a TPieSeries cast? This one I'm sure is obvious, but I didn't see explicit mention of it either way.
Thanks!!!
richard diamond