Dundas.SharePoint.Charting.WebParts Send comments on this topic.
PropertyPagesAppearance Class Methods
See Also 
Dundas.Charting.WebControl.Ajax.ASP Namespace : PropertyPagesAppearance Class


For a list of all members of this type, see PropertyPagesAppearance members.

Public Methods

  Name Description
Public Method ApplyChanges Applies changes to the specified chart element. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPagesAppearanceClassControl)
Public Method ApplyStyleSheetSkin Applies the style properties defined in the page style sheet to the control. (Inherited from System.Web.UI.Control)
Public Method DataBind Overloaded. Binds a data source to the invoked server control and all its child controls. (Inherited from System.Web.UI.Control)
Public Method Dispose Enables a server control to perform final clean up before it is released from memory. (Inherited from System.Web.UI.Control)
Public Method FindControl Overloaded. Searches the current naming container for a server control with the specified id parameter. (Inherited from System.Web.UI.Control)
Public Method Focus Sets input focus to a control. (Inherited from System.Web.UI.Control)
Public Method HasControls Determines if the server control contains any child controls. (Inherited from System.Web.UI.Control)
Public Method LoadControl Overloaded. Loads a Control object from a file based on a specified virtual path. (Inherited from System.Web.UI.TemplateControl)
Public Method LoadTemplate Obtains an instance of the ITemplate interface from an external file. (Inherited from System.Web.UI.TemplateControl)
Public Method MapPath Assigns a virtual file path, either absolute or relative, to a physical file path. (Inherited from System.Web.UI.UserControl)
Public Method ParseControl Overloaded. Parses an input string into a Control object on the Web Forms page or user control. (Inherited from System.Web.UI.TemplateControl)
Public Method RenderControl Overloaded.  Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase)
Public Method ResolveClientUrl Gets a URL that can be used by the browser. (Inherited from System.Web.UI.Control)
Public Method ResolveUrl Converts a URL into one that is usable on the requesting client. (Inherited from System.Web.UI.Control)
Public Method SetRenderMethodDelegate Assigns an event handler delegate to render the server control and its content into its parent control. (Inherited from System.Web.UI.Control)
Public Method TestDeviceFilter Returns a Boolean value indicating whether a device filter applies to the HTTP request. (Inherited from System.Web.UI.TemplateControl)
Top

Protected Methods

  Name Description
Protected Method AddedControl Called after a child control is added to the Controls collection of the Control object. (Inherited from System.Web.UI.Control)
Protected Method AddParsedSubObject Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object. (Inherited from System.Web.UI.Control)
Protected Method BuildProfileTree Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page. (Inherited from System.Web.UI.Control)
Protected Method ClearChildControlState Deletes the control-state information for the server control's child controls. (Inherited from System.Web.UI.Control)
Protected Method ClearChildState Deletes the view-state and control-state information for all the server control's child controls. (Inherited from System.Web.UI.Control)
Protected Method ClearChildViewState Deletes the view-state information for all the server control's child controls. (Inherited from System.Web.UI.Control)
Protected Method Construct Performs design-time logic. (Inherited from System.Web.UI.TemplateControl)
Protected Method CreateChildControls Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. (Inherited from System.Web.UI.Control)
Protected Method CreateControlCollection Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control. (Inherited from System.Web.UI.Control)
Protected Method CreateResourceBasedLiteralControl Accesses literal strings stored in a resource. The CreateResourceBasedLiteralControl method is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl)
Protected Method DataBindChildren Binds a data source to the server control's child controls. (Inherited from System.Web.UI.Control)
Protected Method EnsureChildControls Determines whether the server control contains child controls. If it does not, it creates child controls. (Inherited from System.Web.UI.Control)
Protected Method EnsureID Creates an identifier for controls that do not have an identifier assigned. (Inherited from System.Web.UI.Control)
Protected Method Eval Overloaded. Evaluates a data-binding expression. (Inherited from System.Web.UI.TemplateControl)
Protected Method FrameworkInitialize Overridden.   
Protected Method GetDesignModeState Gets design-time data for a control. (Inherited from System.Web.UI.Control)
Protected Method GetElementsByType Gets List of controls by type. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase)
Protected Method GetGlobalResourceObject Overloaded. Gets an application-level resource object based on the specified ClassKey and ResourceKey properties. (Inherited from System.Web.UI.TemplateControl)
Protected Method GetLocalResourceObject Overloaded. Gets a page-level resource object based on the specified ResourceKey property. (Inherited from System.Web.UI.TemplateControl)
Protected Method GetRequestBool Gets the request bool value. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase)
Protected Method GetRequestDouble Gets the request double value. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase)
Protected Method GetRequestValue Gets the request string value. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase)
Protected Method GetTextStyle (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase)
Protected Method GetUniqueID Gets the unique ID. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase)
Protected Method HasEvents Returns a value indicating whether events are registered for the control or any child controls. (Inherited from System.Web.UI.Control)
Protected Method IsLiteralContent Determines if the server control holds only literal content. (Inherited from System.Web.UI.Control)
Protected Method LoadControlState Restores control-state information from a previous page request that was saved by the SaveControlState method. (Inherited from System.Web.UI.Control)
Protected Method LoadViewState Restores the view-state information from a previous user control request that was saved by the SaveViewState method. (Inherited from System.Web.UI.UserControl)
Protected Method MapPathSecure Retrieves the physical path that a virtual path, either absolute or relative, maps to. (Inherited from System.Web.UI.Control)
Protected Method OnAbortTransaction Raises the AbortTransaction event. (Inherited from System.Web.UI.TemplateControl)
Protected Method OnBubbleEvent Determines whether the event for the server control is passed up the page's UI server control hierarchy. (Inherited from System.Web.UI.Control)
Protected Method OnCommitTransaction Raises the CommitTransaction event. (Inherited from System.Web.UI.TemplateControl)
Protected Method OnDataBinding Raises the DataBinding event. (Inherited from System.Web.UI.Control)
Protected Method OnError Raises the Error event. (Inherited from System.Web.UI.TemplateControl)
Protected Method OnInit Raises the Init event. (Inherited from System.Web.UI.UserControl)
Protected Method OnLoad Raises the Load event. (Inherited from System.Web.UI.Control)
Protected Method OnPreRender Raises the PreRender event. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPagesAppearanceClassControl)
Protected Method OnUnload Raises the Unload event. (Inherited from System.Web.UI.Control)
Protected Method OpenFile Gets a Stream used to read a file. (Inherited from System.Web.UI.Control)
Protected Method Page_Load (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPagesAppearanceClassControl)
Protected Method RaiseBubbleEvent Assigns any sources of the event and its information to the control's parent. (Inherited from System.Web.UI.Control)
Protected Method RemovedControl Called after a control is removed from the Controls collection of another control. (Inherited from System.Web.UI.Control)
Protected Method Render Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (Inherited from System.Web.UI.Control)
Protected Method RenderChildren Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (Inherited from System.Web.UI.Control)
Protected Method ResolveAdapter Gets the control adapter responsible for rendering the specified control. (Inherited from System.Web.UI.Control)
Protected Method SaveControlState Saves any server control state changes that have occurred since the time the page was posted back to the server. (Inherited from System.Web.UI.Control)
Protected Method SaveViewState Saves any user control view-state changes that have occurred since the last page postback. (Inherited from System.Web.UI.UserControl)
Protected Method SetDesignModeState Sets design-time data for a control. (Inherited from System.Web.UI.Control)
Protected Method TrackViewState Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object. This object is accessible through the ViewState property. (Inherited from System.Web.UI.Control)
Protected Method XPath Overloaded. Evaluates an XPath data-binding expression. (Inherited from System.Web.UI.TemplateControl)
Protected Method XPathSelect Overloaded. Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. (Inherited from System.Web.UI.TemplateControl)
Top

See Also