WebPart Members
Include Protected Members
Include Inherited Members
Provides the abstract class that is used as the base for the charting Web Parts control.
The WebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPart() | Initializes a new instance of the WebPart class. | |
WebPart(SerializationInfo, StreamingContext) |
Top
Properties
Name | Description | |
---|---|---|
BindToDataDesignMode | Gets or sets the value that indicates whether the data is bound to the Web Part in the design mode. | |
ConnectionPointEnabled | Gets or sets the value that controls whether connection points are enabled. | |
DataBindings | Gets or sets the list of the DataBinding objects that are used to bind the data to the Web Part. | |
DataBindingsString | Gets or sets the value of the DataBindings property that represents the serialized ChartDataBindingCollection object. | |
ErrorSummary | Gets a control that displays the error information of the Web Part. | |
ListUrl | ||
Parameters | ||
RealTimeInterval | Gets or sets the time interval to refresh the Web Part. | |
ShowDebugInfoRuntime | Gets or sets the value that indicates whether the debug information is shown. | |
ShowToolbar | Gets or sets the value that indicates whether the toolbar of the Web Part is visible. | |
SiteUrl | Gets a SpWeb object by calling the GetContextWeb() method. | |
WorkBookUrl |
Top
Methods
Name | Description | |
---|---|---|
AreProvidersReady | ||
CreateDataBinding | ||
GetObjectData | ||
GetParametersFromProvider | ||
IsDesignMode | ||
OnPreRender | (Overrides Control.OnPreRender(EventArgs).) | |
OnProvidersReady | ||
SetParameters | ||
SetParametersProvider | Sets the parameter provider. | |
SetTableProvider | Sets the table data provider. | |
ShouldBindData | ||
ShouldShowDebugInfo | ||
UpdateListUrlProperty | ||
UpdateWorkBookUrlProperty |
Top