Hi,
Is there any method to disable the tooltip over a stackedVerticalBarChart3D?
How to display Category label in multi-line..?
Thanks in advance,
reji
How to disable the ToolTip..?
Re: How to disable the ToolTip..?
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
Category labels are single line only at present. If you want multilines, you'll have to modify the axis code.
Regards,
Dave Gilbert