ChartWebPart.CreateEditorParts Method
Creates a collection of the EditorPart controls for editing the Chart Web Part in the design mode.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Overrides Function CreateEditorParts As EditorPartCollection
'Usage
Dim instance As ChartWebPart
Dim returnValue As EditorPartCollection
returnValue = instance.CreateEditorParts()
public override EditorPartCollection CreateEditorParts()
Return Value
Type: System.Web.UI.WebControls.WebParts.EditorPartCollection
The EditorPartCollection object that represents the collection of the EditorPart objects.
Remarks
This override creates a collection of the EditorPart controls for editing the properties, layout, appearance and behavior of the Chart Web Part in the design mode.