ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / Lights Property


In This Topic
    Lights Property
    In This Topic
    Gets or sets the collection of lights(3D only).
    Syntax
    'Declaration
     
    
    Public Property Lights As LightCollection
    'Usage
     
    
    Dim instance As ChartView
    Dim value As LightCollection
     
    instance.Lights = value
     
    value = instance.Lights
    public LightCollection Lights {get; set;}
    See Also