Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / ChartToolbarControl Class
Members


In This Topic
    ChartToolbarControl Class
    In This Topic
    A toolbar control which can be used for editing of the chart control.
    Object Model
    ChartToolbarControl Class
    Syntax
    'Declaration
     
    <ToolboxItemAttribute(True)>
    <ToolboxBitmapAttribute(Xceed.Chart.ChartToolbarControl)>
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <DesignerAttribute(Xceed.Chart.ChartToolbarControlDesigner)>
    <DefaultPropertyAttribute("Text")>
    <DefaultEventAttribute("Click")>
    <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <ToolboxItemFilterAttribute("System.Windows.Forms")>
    <DesignerCategoryAttribute("Component")>
    <SerializableAttribute()>
    Public Class ChartToolbarControl 
       Inherits Xceed.Chart.UIControls.ToolBar
    'Usage
     
    Dim instance As ChartToolbarControl
    [ToolboxItem(true)]
    [ToolboxBitmap(Xceed.Chart.ChartToolbarControl)]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Designer(Xceed.Chart.ChartToolbarControlDesigner)]
    [DefaultProperty("Text")]
    [DefaultEvent("Click")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    [Serializable()]
    public class ChartToolbarControl : Xceed.Chart.UIControls.ToolBar 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                Xceed.Chart.UIControls.ToolBar
                   Xceed.Chart.ChartToolbarControl

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also