Click here to Skip to main content
15,885,651 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hi i want to draw a bar chart in opengl like this http://imageshack.us/photo/my-images/545/barchart.png/[^]

help me about how to draw it i am new in opengl

regards...
Posted
Comments
Sergey Alexandrovich Kryukov 8-Dec-11 18:58pm    
OK, and what's the problem? This is not a question...
--SA

1 solution

You need JOGL, which is the OpenGL for Java.
JOGL (Java OpenGL) Tutorial[^]

But let me also point to simpler ways to get a chart into an application - for example by using JFreeChart[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900