Class | Description | |
---|---|---|
![]() | NChartAjaxTechnology | Provides the AJAX client-server communication functionality (HMTL rendering and event handling) for the Nevron Chart web control. |
![]() | NChartBatonSessionStateManager | |
![]() | NChartClientServerTechnology | NChartClientServerTechnology is the base class for both post-back and AJAX technologies, used by the Nevron Chart web control. |
![]() | NChartControl | The NChartControl class represents Nevron Chart for .NET used in ASPX web forms. |
![]() | NChartControlDesigner | Provides design time support. |
![]() | NChartImageResourceHandler | This class is responsible for the rendering of the chart for a specific Nevron Chart web control to an image. |
![]() | NChartPermanentSessionStateManager | |
![]() | NChartPostbackTechnology | Provides the post-back client-server communication functionality (HMTL rendering and event handling) for the Nevron Chart web control. |
![]() | NChartRenderSessionStateManager | |
![]() | NChartSessionStateObject | Contains the chart data to be stored into the session state between AJAX callback events and render requests. |
![]() | NChartStateManagerFactory | |
![]() | NChartTechnologyFactory | A 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. |