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


In This Topic
    ChartToolbarButtonsArray Class
    In This Topic
    Controls the available chart toolbar buttons
    Object Model
    ChartToolbarButtonsArray Class
    Syntax
    'Declaration
     
    <EditorAttribute(Xceed.Chart.ChartToolbarConfigEditor, System.Drawing.Design.UITypeEditor)>
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class ChartToolbarButtonsArray 
       Inherits System.Collections.CollectionBase
    'Usage
     
    Dim instance As ChartToolbarButtonsArray
    [Editor(Xceed.Chart.ChartToolbarConfigEditor, System.Drawing.Design.UITypeEditor)]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class ChartToolbarButtonsArray : System.Collections.CollectionBase 
    Remarks
    An instance of this class is passed to the ButtonsConfig property of the ChartToolbatControl and enumerates the buttons available in the toolbar.
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Xceed.Chart.ChartToolbarButtonsArray

    Public Constructors
     NameDescription
    Public Constructorcreates an empty button configuration  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    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