data « Label « JFreeChart Q&A





3. How to display data labels in stacked chart. help me pls    jfree.org

by pride Tue Feb 24, 2009 1:26 pm Special label generator class is necessary for that. This is how we did this - that's the class which generates labels for stacked bar where label value is the sum of values of all stacked bar's series Code: Select all public class StackedCategoryLabelGenerator extends StandardCategoryItemLabelGenerator ...