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


In This Topic
    LightSourceCollection Class
    In This Topic
    A collection of light sources.
    Object Model
    LightSourceCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <EditorAttribute(Xceed.Chart.Standard.LightSourceCollectionEditor, System.Drawing.Design.UITypeEditor)>
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <SerializableAttribute()>
    Public Class LightSourceCollection 
       Inherits System.Collections.ArrayList
    'Usage
     
    Dim instance As LightSourceCollection
    [DefaultMember("Item")]
    [Editor(Xceed.Chart.Standard.LightSourceCollectionEditor, System.Drawing.Design.UITypeEditor)]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public class LightSourceCollection : System.Collections.ArrayList 
    Inheritance Hierarchy

    System.Object
       System.Collections.ArrayList
          Xceed.Chart.Standard.LightSourceCollection

    Public Constructors
     NameDescription
    Public ConstructorCreates a new empty light source collection.  
    Top
    Public Properties
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an LightSource object to the collection.  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    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