--- In [email protected], "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > In this scenario, I would suggest subclassing the Stacked series > (ColumnSet, or whichever you need), and exposing the percent values.
OK, this seems workable to me. > i.e., if the behavior is defined, accessible, overridable, > then it ties our hands in our ability to refactor code and functionality > because someone might be relying on it. I hadn't thought about that aspect. I was considering the usefulness of having the information, versus needing to protect the class functionality. thanks, PW

