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

    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