How to disable the ToolTip..?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
reji

How to disable the ToolTip..?

Post by reji » Thu Jan 16, 2003 1:11 pm

Hi,

Is there any method to disable the tooltip over a stackedVerticalBarChart3D?

How to display Category label in multi-line..?


Thanks in advance,

reji

David Gilbert

Re: How to disable the ToolTip..?

Post by David Gilbert » Thu Jan 16, 2003 4:21 pm

You can use the setToolTipGenerator method in the AbstractCategoryItemRenderer to set the generator to null. Or you can disable the *display* of tooltips using the setDisplayTooltips method in the ChartPanel class.

Category labels are single line only at present. If you want multilines, you'll have to modify the axis code.

Regards,

Dave Gilbert

Locked