A custom datatip renderer would do the trick which extends IDataRenderer. In the data() set function test for value and avoid drawing if less than required.
I have an example of a renderer I could provide if needed. It actually replicates the existing renderers... created it when having font issues with the datatips in b3 release. Let me know if you'd like me to post. Brendan On Thu, Mar 13, 2008 at 1:16 AM, mavdzee <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible to disable datatips for values that are less than a > certain minimum? Sometimes I have bars that are so small that they > don't fit into the scale of the axis and hence are not shown. Still, > somehow I get datatips for such values when I do a mouse-over, it seems. > > Is it possible to disable datatips? I am using a datatip-function but > noticed returning null or and empty string does not prevent the > datatip from poping up. > > Cheers, > Andrej > > > -- Brendan Meutzner http://www.meutzner.com/blog/

