What is jfreechart?

devquora
devquora

Posted On: Feb 22, 2018

 

JFreeChart is a java chart library that helps developers to show good and quality charts in the applications they developed. It is open-source software that is distributed under the conditions of GNU Lesser General Public Licence. Jfreechart is totally free and it is made up of different features. Some of the extensive features of Jfreechart are:

  • A well written and constant API that supports a large number of chart types.
  • The design is flexible and extending it is easy. It targets client and server-side applications.
  • JavaFX and Swing components, vector graphics file formats such as SVG, PDF, image files such as JPEG and PNG are some of the output types it supports.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Capgemini Java Interview Questions

    What is database normalization? Explain types of it.

    In SQL, normalization of data is a process through with data is organized in tables used for the reduction of redundancy and dependency of data. It divides large tables into smaller ones using some se...

    Capgemini Java Interview Questions

    What is difference between Class and object In JAVA?

    Difference between Class and object In JAVA:Class - A class is like a blueprint. It is the class with the help of which objects are created. The class holds together data and methods in one single...