FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : FpChartBuilder Class |
For a list of all members of this type, see FpChartBuilder members.
Name | Description | |
---|---|---|
AllowWhitespaceLiterals | Determines whether white space literals are permitted in the content between a control's opening and closing tags. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder) | |
AppendLiteralString | Adds the specified literal content to a control. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder) | |
AppendSubBuilder | Adds builders to the System.Web.UI.ControlBuilder object for any child controls that belong to the container control. (Inherited from System.Web.UI.ControlBuilder) | |
BuildObject | Builds a design-time instance of the control that is referred to by this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder) | |
CloseControl | Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. (Inherited from System.Web.UI.ControlBuilder) | |
GetChildControlType | Obtains the System.Type of the control type corresponding to a child tag. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder) | |
GetObjectPersistData | Creates the System.Web.UI.ObjectPersistData object for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder) | |
GetResourceKey | Retrieves the resource key for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder) | |
HasBody | Determines if a control has both an opening and closing tag. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder) | |
HtmlDecodeLiterals | Determines whether the literal string of an HTML control must be HTML decoded. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder) | |
Init | Initializes the System.Web.UI.ControlBuilder for use after it is instantiated. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder) | |
NeedsTagInnerText | Determines if the control builder needs to get its inner text. If so, the System.Web.UI.ControlBuilder.SetTagInnerText(System.String) method must be called. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder) | |
OnAppendToParentBuilder | Notifies the System.Web.UI.ControlBuilder that it is being added to a parent control builder. (Inherited from System.Web.UI.ControlBuilder) | |
ProcessGeneratedCode | Overridden. Access the generated Code Document Object Model (CodeDom) and insert and modify code during the process of parsing and building controls. | |
SetResourceKey | Sets the resource key for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder) | |
SetServiceProvider | Sets the service object for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder) | |
SetTagInnerText | Provides the System.Web.UI.ControlBuilder with the inner text of the control tag. (Inherited from System.Web.UI.ControlBuilder) |