ChartWebPart Members

Include Protected Members
Include Inherited Members

Provides a control that can be used to create, customize and display data-bound charts.

The ChartWebPart type exposes the following members.

Constructors

  Name Description
Public method ChartWebPart() Initializes a new instance of the ChartWebPart class.
Protected method ChartWebPart(SerializationInfo, StreamingContext) Initializes a new instance of the ChartWebPart class with the serialization parameters.

Top

Properties

  Name Description
Public property AlignDataPointsByAxisLabel Gets or sets the value that indicates whether the data points are aligned along the x-axis using their axis labels.
Public property BindToDataDesignMode Gets or sets the value that indicates whether the data is bound to the Web Part in the design mode. (Inherited from WebPart.)
Public property Chart Gets or sets the Chart object for design mode.
Public property ChartXml Gets or sets the serialized data of the Chart Web Part.
Public property ConnectionPointEnabled Gets or sets the value that controls whether connection points are enabled. (Inherited from WebPart.)
Public property DataBindings Gets or sets the list of the DataBinding objects that are used to bind the data to the Web Part. (Inherited from WebPart.)
Public property DataBindingsString Gets or sets the value of the DataBindings property that represents the serialized ChartDataBindingCollection object. (Inherited from WebPart.)
Public property DesignerChartTheme
Public property DesignerTemplateId Gets or sets the template ID of the ChartWebPart.
Public property ErrorSummary Gets a control that displays the error information of the Web Part. (Inherited from WebPart.)
Public propertyStatic member ImageUrl Gets the URL of the Chart Web Part when it is saved as a temporary image on the server.
Public property IsCustomized Gets or sets the value that indicates whether the Chart Web Part is customized.
Public propertyStatic member LayoutsUrl Gets the URL of the “Layouts” folder on the server.
Public property ListUrl (Inherited from WebPart.)
Public property Parameters (Inherited from WebPart.)
Public property ProcessKey Gets the process ID of the Chart Web Part.
Public property RealTimeInterval Gets or sets the time interval to refresh the Web Part. (Inherited from WebPart.)
Public property RenderChart Gets the Chart object for display mode.
Public property Schema Gets the schema information of the data table that is used to share the data between two Chart Web Parts.
Public property ShowDebugInfoRuntime Gets or sets the value that indicates whether the debug information is shown. (Inherited from WebPart.)
Public property ShowToolbar Gets or sets the value that indicates whether the toolbar of the Web Part is visible. (Inherited from WebPart.)
Public property SiteSpecificWebUIUrl Gets the URL of the location used to store the wizard pages for customizing the Chart Web Part.
Public property SiteUrl Gets a SpWeb object by calling the GetContextWeb() method. (Inherited from WebPart.)
Public propertyStatic member TempUrl Gets the URL of the location of the temporary files.
Public property Verbs Gets the verbs collection of the Chart Web Part. (Overrides WebPart.Verbs.)
Public propertyStatic member WebControlResourcesUrl Gets the URL of the location of the resource files.
Public propertyStatic member WebUIUrl Gets the URL of the location of the wizard pages for customizing the Chart Web Part.
Public property WorkBookUrl (Inherited from WebPart.)

Top

Methods

  Name Description
Protected method AreProvidersReady (Inherited from WebPart.)
Public method BindData Binds the Chart Web Part to all data sources.
Protected method CreateDataBinding Initializes a ChartDataBinding object for binding the data of the Chart Web Part. (Overrides WebPart.CreateDataBinding().)
Public method CreateEditorParts Creates a collection of the EditorPart controls for editing the Chart Web Part in the design mode. (Overrides WebPart.CreateEditorParts().)
Public method GetConnectionInterface Returns the provider interface for connecting two Chart Web Parts.
Public method GetDesignTimeHtml Gets the HTML text that represents the Chart Web Part at design time.
Public method GetObjectData Serializes the Chart Web Part. (Overrides WebPart.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetParametersFromProvider (Inherited from WebPart.)
Public method GetTableData Registers the method that will be called when retrieving the table data from a provider.
Protected method Initialize Initializes the Chart object for the design and render mode controls.
Protected method IsDesignMode (Inherited from WebPart.)
Protected method OnInit Raises the Init event. (Overrides Control.OnInit(EventArgs).)
Protected method OnLoad Raises the Load event. (Overrides Control.OnLoad(EventArgs).)
Protected method OnPreRender Raises the Prerender() event. (Overrides WebPart.OnPreRender(EventArgs).)
Protected method OnProvidersReady Prepares the Chart Web Part for rendering after all the providers are ready. (Overrides WebPart.OnProvidersReady().)
Protected method OnUnload Raises the Unload event. (Overrides Control.OnUnload(EventArgs).)
Public method PrepareRenderChart(Chart, Chart)
Public method PrepareRenderChart(Chart, Chart, Boolean)
Protected method Render Renders the Chart Web Part. (Overrides WebControl.Render(HtmlTextWriter).)
Protected method SetParameters (Inherited from WebPart.)
Public method SetParametersProvider Sets the parameter provider. (Inherited from WebPart.)
Public method SetTableProvider Sets the table data provider. (Inherited from WebPart.)
Protected method ShouldBindData (Inherited from WebPart.)
Protected method ShouldShowDebugInfo (Inherited from WebPart.)
Public method UpdateListUrlProperty (Inherited from WebPart.)
Public method UpdateWorkBookUrlProperty (Inherited from WebPart.)

Top

See Also

Reference

ChartWebPart Class

Microsoft.Office.Server.WebControls Namespace