Name | Description | |
---|---|---|
![]() | CreateDesignTimeTempFile | Creates a temp image file with the rendered chart, which can be used at design-time to display the chart image in designer. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | DeleteDesignTimeTempFile | Deletes the current temp image file used at design-time to display the chart image in designer, if one is present. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | EnumerateScriptIncludes | Provides a list of web resources containing client side JavaScript include files. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | EnumerateStateManagers | Enumerates all state agents, applicable to this client-server technology. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | IsApplicable | Provides a value which indicates if the technology can be used with the web control that was provided to the NClientServerTechnology contructor. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | OnCallbackEventHandlerGetCallbackResult | This method is invoked from the GetCallbackResult method of the Nevron.UI.WebForm.Controls.NWebControl class (GetCallbackResult is a part of the implementation of ICallbackEventHandler). By default does nothing. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | OnCallbackEventHandlerRaiseCallbackEvent | This method is invoked from the RaiseCallbackEvent method of the Nevron.UI.WebForm.Controls.NWebControl class (RaiseCallbackEvent is a part of the implementation of ICallbackEventHandler). By default does nothing. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | OnPostbackEventHandlerRaisePostbackEvent | This method is invoked from the RaisePostBackEvent method of the Nevron.UI.WebForm.Controls.NWebControl class (RaiseCallbackEvent is a part of the implementation of IPostBackEventHandler). By default does nothing. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | OnWebControlDesignTimeChanged | Overridden. Updates the chart on resize. |
![]() | OnWebControlDesignTimeRender | Overridden. Generates an HTML with image preview of the chart control in design mode. Also registers in web.config the HTTP action handler, required by Nevron Chart to render chart images in run-time in AJAX mode. The HTTP action handler is registered only if it is missing from web.config. |
![]() | OnWebControlLoad | Overridden. Updates the data binding manager of the associated chart control. |
![]() | OnWebControlPreRender | This method is invoked from the overridden OnPreRender method of the Nevron.UI.WebForm.Controls.NWebControl class. The default implementation of this method registers the script files as provided by the EnumerateScriptIncludes() method. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | OnWebControlRender | This method is invoked from the overridden Render method of the Nevron.UI.WebForm.Controls.NWebControl class. By default does nothing. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | ProvideDefaultStateManager | Provides an instance of the default state manager. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |