Generating graph using netbeans

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashh
    New Member
    • Jan 2014
    • 1

    Generating graph using netbeans

    I am using netbeans for my project(in GridSim).I want to generate a graph.Since I am new to this I do not know how to put x and y axis and generate XY series line graph.The only thing that I know is,jfreechart library should be used.

    Kindly help me to do this.
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    Hi Ashh and welcome to bytes.com!

    To my knowledge, you using netbeans for this is irrelevant; that you should use JFreeChart however is not. If you check the website for that library you'll find samples and the API documentation (which explains how to use the various classes and functions in technical detail). Have a look at those and you should find all the information you need to create a graph.

    Comment

    Working...