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 | |
---|---|---|
ChartWebPart() | Initializes a new instance of the ChartWebPart class. | |
ChartWebPart(SerializationInfo, StreamingContext) | Initializes a new instance of the ChartWebPart class with the serialization parameters. |
Top
Properties
Name | Description | |
---|---|---|
AlignDataPointsByAxisLabel | Gets or sets the value that indicates whether the data points are aligned along the x-axis using their axis labels. | |
BindToDataDesignMode | Gets or sets the value that indicates whether the data is bound to the Web Part in the design mode. (Inherited from WebPart.) | |
Chart | Gets or sets the Chart object for design mode. | |
ChartXml | Gets or sets the serialized data of the Chart Web Part. | |
ConnectionPointEnabled | Gets or sets the value that controls whether connection points are enabled. (Inherited from WebPart.) | |
DataBindings | Gets or sets the list of the DataBinding objects that are used to bind the data to the Web Part. (Inherited from WebPart.) | |
DataBindingsString | Gets or sets the value of the DataBindings property that represents the serialized ChartDataBindingCollection object. (Inherited from WebPart.) | |
DesignerChartTheme | ||
DesignerTemplateId | Gets or sets the template ID of the ChartWebPart. | |
ErrorSummary | Gets a control that displays the error information of the Web Part. (Inherited from WebPart.) | |
ImageUrl | Gets the URL of the Chart Web Part when it is saved as a temporary image on the server. | |
IsCustomized | Gets or sets the value that indicates whether the Chart Web Part is customized. | |
LayoutsUrl | Gets the URL of the “Layouts” folder on the server. | |
ListUrl | (Inherited from WebPart.) | |
Parameters | (Inherited from WebPart.) | |
ProcessKey | Gets the process ID of the Chart Web Part. | |
RealTimeInterval | Gets or sets the time interval to refresh the Web Part. (Inherited from WebPart.) | |
RenderChart | Gets the Chart object for display mode. | |
Schema | Gets the schema information of the data table that is used to share the data between two Chart Web Parts. | |
ShowDebugInfoRuntime | Gets or sets the value that indicates whether the debug information is shown. (Inherited from WebPart.) | |
ShowToolbar | Gets or sets the value that indicates whether the toolbar of the Web Part is visible. (Inherited from WebPart.) | |
SiteSpecificWebUIUrl | Gets the URL of the location used to store the wizard pages for customizing the Chart Web Part. | |
SiteUrl | Gets a SpWeb object by calling the GetContextWeb() method. (Inherited from WebPart.) | |
TempUrl | Gets the URL of the location of the temporary files. | |
Verbs | Gets the verbs collection of the Chart Web Part. (Overrides WebPart.Verbs.) | |
WebControlResourcesUrl | Gets the URL of the location of the resource files. | |
WebUIUrl | Gets the URL of the location of the wizard pages for customizing the Chart Web Part. | |
WorkBookUrl | (Inherited from WebPart.) |
Top
Methods
Name | Description | |
---|---|---|
AreProvidersReady | (Inherited from WebPart.) | |
BindData | Binds the Chart Web Part to all data sources. | |
CreateDataBinding | Initializes a ChartDataBinding object for binding the data of the Chart Web Part. (Overrides WebPart.CreateDataBinding().) | |
CreateEditorParts | Creates a collection of the EditorPart controls for editing the Chart Web Part in the design mode. (Overrides WebPart.CreateEditorParts().) | |
GetConnectionInterface | Returns the provider interface for connecting two Chart Web Parts. | |
GetDesignTimeHtml | Gets the HTML text that represents the Chart Web Part at design time. | |
GetObjectData | Serializes the Chart Web Part. (Overrides WebPart.GetObjectData(SerializationInfo, StreamingContext).) | |
GetParametersFromProvider | (Inherited from WebPart.) | |
GetTableData | Registers the method that will be called when retrieving the table data from a provider. | |
Initialize | Initializes the Chart object for the design and render mode controls. | |
IsDesignMode | (Inherited from WebPart.) | |
OnInit | Raises the Init event. (Overrides Control.OnInit(EventArgs).) | |
OnLoad | Raises the Load event. (Overrides Control.OnLoad(EventArgs).) | |
OnPreRender | Raises the Prerender() event. (Overrides WebPart.OnPreRender(EventArgs).) | |
OnProvidersReady | Prepares the Chart Web Part for rendering after all the providers are ready. (Overrides WebPart.OnProvidersReady().) | |
OnUnload | Raises the Unload event. (Overrides Control.OnUnload(EventArgs).) | |
PrepareRenderChart(Chart, Chart) | ||
PrepareRenderChart(Chart, Chart, Boolean) | ||
Render | Renders the Chart Web Part. (Overrides WebControl.Render(HtmlTextWriter).) | |
SetParameters | (Inherited from WebPart.) | |
SetParametersProvider | Sets the parameter provider. (Inherited from WebPart.) | |
SetTableProvider | Sets the table data provider. (Inherited from WebPart.) | |
ShouldBindData | (Inherited from WebPart.) | |
ShouldShowDebugInfo | (Inherited from WebPart.) | |
UpdateListUrlProperty | (Inherited from WebPart.) | |
UpdateWorkBookUrlProperty | (Inherited from WebPart.) |
Top