ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LightCollection Class
Members


In This Topic
    LightCollection Class
    In This Topic
    Represents collection of lights for 3D scene.
    Object Model
    LightCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class LightCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of Light)
    'Usage
     
    
    Dim instance As LightCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class LightCollection : System.Collections.ObjectModel.ObservableCollection<Light> 
    Inheritance Hierarchy
    See Also