Home Page Charts for .NET
Home
                            RChart 2.1 for .NET
                          • Introduction
                          • Features
                          • Windows and Web
                          • Examples
                          • User Guide
                          • Download
                          • License
                          • Princing and ordering
                          • Other versions
                          • RChart for Java
                          • RChart for Ruby
                          • RChart for PHP
                          • Windows and Web

                            RChart in windows applications 

                            RChart includes a class called ChartControl which is a subclass of Control. It can therefore be added to your panels or forms.

                            The control can display tips and scroll bars if required. Furthermore it can trigger actions when the user clicks on the points or bars of the chart.

                            The control can also be automatically refresh every 2 seconds (configurable) in order to create realtime updated charts.

                             

                            RChart in Web Applications 

                            RChart can also be used on a web server. It includes 3 classes:

                            • ChartWebControl, which creates a chart image (e.g. gif or jpeg).
                            • ChartMapWebControl, which creates a HTML map for the chart image. This allows you to add tips and action to your web charts.
                            • The Chart class can be used in aspx forms to create images on the fly. It is also has a getHTMLImageMap() method to be used in web pages.

                            Of course your aspx pages can also access the API directly. See AspXExample subdirectory of the evaluation version.

                            Charts in web pages also support tips, action, drill down and real time updates, just like windows applications. See AspXExamples2_1 subdirectory of the evaluation version.