Home Page Java[TM] Charts for SWT
Home
                                                RChart 2.1
                                              • Introduction
                                              • Features
                                              • AWT / Swing
                                              • Charts for the Web
                                              • SWT
                                              • J2ME
                                              • Android 4
                                              • Android 1 to 3
                                              • Plugins
                                              • Apache FOP
                                              • Examples
                                              • Visual Builder
                                              • User Guide
                                              • Customers
                                              • Download
                                              • Pricing & Purchase
                                              • License
                                              • Other versions
                                              • RChart 1.x for Java
                                              • RChart for .NET
                                              • RChart for Ruby
                                              • RChart for PHP
                                              • SWT

                                                As you can see in the diagram below, RChart has its own Graphic Layer which ensures it is independent from the graphic toolkit you use. You can either use AWT (Abstract Window Toolkit) or the SWT (Standard Widget Toolkit) by just changing one line of code

                                                You can enable the SWT implementation and run a 100% SWT control by using the following java code:

                                                GraphicsProvider.setMode(GraphicsProvider.MODE_SWT);