Nevron .NET Vision
Inheritance Hierarchy
In This Topic
    Nevron.Chart.WebForm Namespace
    In This Topic
    Classes
     ClassDescription
    ClassProvides the AJAX client-server communication functionality (HMTL rendering and event handling) for the Nevron Chart web control.
    Class 
    ClassNChartClientServerTechnology is the base class for both post-back and AJAX technologies, used by the Nevron Chart web control.
    ClassThe NChartControl class represents Nevron Chart for .NET used in ASPX web forms.
    ClassProvides design time support.
    ClassThis class is responsible for the rendering of the chart for a specific Nevron Chart web control to an image.
    Class 
    ClassProvides the post-back client-server communication functionality (HMTL rendering and event handling) for the Nevron Chart web control.
    Class 
    ClassContains the chart data to be stored into the session state between AJAX callback events and render requests.
    Class 
    ClassA NChartTechnologyFactory factory is used by the NChartControl class to create different NChartClientServerTechnology instances based on a Nevron.UI.WebForm.Controls.WebControlTechnologyType control parameter. The factory, used by a NChartControl instance is initialized once in the control's constructor. Later, when the Technology property of the NChartControl instance is changed, the factory replaces the current NChartClientServerTechnology instance, exposed by the ClientServerTechnology property of the NChartControl object with a new instance of a different NChartClientServerTechnology implementation.

    E.g. when the Technology property is set to WebControlTechnologyType.Ajax, the ClientServerTechnology is initialized with a NChartAjaxTechnology instance. When the Technology property is set to WebControlTechnologyType.Postback, the ClientServerTechnology is initialized with a NChartPostbackTechnology instance.

    Enumerations
     EnumerationDescription
    EnumerationThe possible response types generated by the component.
    Enumeration 
    See Also