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

    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