ChartWebPart.Verbs Property
Gets the verbs collection of the Chart Web Part.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Verbs As WebPartVerbCollection
Get
'Usage
Dim instance As ChartWebPart
Dim value As WebPartVerbCollection
value = instance.Verbs
public override WebPartVerbCollection Verbs { get; }
Property Value
Type: System.Web.UI.WebControls.WebParts.WebPartVerbCollection
The WebPartVerbCollection object that represents the verbs collection of the Chart Web Part.
Remarks
This override creates the “vWizardList”, “vCustomizeChart”, “vConnectToData”, “vAdvancedProperties”, “vShowHideToolbar” verbs and adds them to the verbs collection based on the permission of the current user. The “vShowHideToolbar” also depends on the ShowToolbar() property. The verbs provide the UI actions, such as opening, closing, editing, minimizing and loading a help file, that users can perform on a Chart Web Part.