I am using Stacked Bar chart and I have plotted Different value in the Stacked Bar chart. and I am using tool tip and I can take Single value on the tool tip when I hover mouse on the bar. using This.
renderer.setBaseToolTipGenerator(new StandardCategoryToolTipGenerator("<html>Leave Type {0} <br> Month {1} <br> {2} ({3}) <br> Total : {4} </html>", NumberFormat.getInstance()));
But for the Total I am not getting proper what I want. because I need Total of that particular bar in the tag of the total. but I am not getting that. please can anybody help me for the same. I am very much indeed of that. Thank you for your ans in advance.