Package net.sourceforge.processdash.ev.ui.chart

Examples of net.sourceforge.processdash.ev.ui.chart.CategoryChartData


                new PlanVsActualXYChartSeries(filter));
    }
   
    public CategoryDataset getPlanVsActualDirectTimeData(EVTaskFilter filter) {
        EVLeavesCategoryChartSeries series = new PlanVsActualCategoryChartSeries(filter);
        return new CategoryChartData(new EVTaskChartEventAdapter(), series);   
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.ev.ui.chart.CategoryChartData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.