Package it.eng.spagobi.engines.kpi.bo.charttypes.trendcharts

Examples of it.eng.spagobi.engines.kpi.bo.charttypes.trendcharts.LineChart


      else if(subtype.equalsIgnoreCase("BulletGraph")){
        sbi= new BulletGraph();
        logger.debug("Meter chart instanciated");
      }
      else if(subtype.equalsIgnoreCase("LineChart")){
        sbi= new LineChart();
        logger.debug("Line chart instanciated");
      }     
      logger.debug("OUT")
    return sbi;
  }
View Full Code Here

TOP

Related Classes of it.eng.spagobi.engines.kpi.bo.charttypes.trendcharts.LineChart

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.