Nevron .NET Vision
Chart for .NET / Getting Started / Integrating ThinWeb Chart / Integrating ThinWeb Chart Overview
In This Topic
    Integrating ThinWeb Chart Overview
    In This Topic

    The Nevron Chart ThinWeb control is an AJAX enabled control, that redefines the standards for HTML/JavaScript based interactivity. The control easily integrates in ASP.NET and MVC web projects.

    The core design goals of the control are:

    - Simple Integration in Different Server environments
    The control does not rely on ASP.NET web form processing and can be easily integrated in any server side framework including ASP.NET WebForms and MVC.

    - Cross Browser JavaScript
    On the client side the control uses the JQuery library to improve cross browser compatibility. It works with all popular browsers including IE, Firefox, Chrome, Safari and Opera.


    - Model - View - Controller architecture
    The control implements the MVC pattern and provides an API which is consistent with the WinForm MVC implementation of the control. This makes the migration of WinForm applications to the web world really easy.

    - Efficiency and Extensibility
    The server and client side processing of the control is very fine tuned which results in a smoother web experience and less CPU load. At the same time you have great amount of flexibility to extend or customize the already present tools in the control as well as to define new ones.
     

    General features of the control include:

    - Ability to generate interactive image maps that can redirect the browser to a specified URL, display a customizable tooltip (CSS class, fade in / out deleay etc.) or change the browser cursor.

    - Ability to intercept client side mouse events per chart element.

    - Ability to generate server side events.

    - Ability to generate postback events.

    - Support for Chart Zooming, Scrolling and Panning with many settings.

    - Support for interactive 3D rotation (Trackball).

    - Support for interactive gauge indicator dragging.

    - Support for custom requests and commands.

    - Integrated toolbar with lots of predefined actions.