Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that indicates whether the toolbar of the Web Part is visible.
Namespace: Microsoft.Office.Server.WebControls.Charting
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property ShowToolbar As Boolean
Get
Set
'Usage
Dim instance As WebPart
Dim value As Boolean
value = instance.ShowToolbar
instance.ShowToolbar = value
public bool ShowToolbar { get; set; }
Property Value
Type: System.Boolean
true if the toolbar of the Web Part is visible; otherwise, false.