Represents a UI toolbar. This control can be used to modify options of an associated OlapChart component.
Object Model
Syntax
Visual Basic (Declaration) |
|
<ToolboxBitmapAttribute()>
<DisplayNameAttribute("Dundas Chart Toolbar")>
<ToolboxDataAttribute("<{0}:ChartToolbar runat="server" width="180px" ></{0}:ChartToolbar>")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dundas.Charting.WebControl.Ajax.ChartToolbarDesigner, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
Public Class ChartToolbar
Inherits WebControl |
C# |
|
[ToolboxBitmapAttribute()]
[DisplayNameAttribute("Dundas Chart Toolbar")]
[ToolboxDataAttribute("<{0}:ChartToolbar runat="server" width="180px" ></{0}:ChartToolbar>")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dundas.Charting.WebControl.Ajax.ChartToolbarDesigner, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
public class ChartToolbar : WebControl |
Inheritance Hierarchy
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also