Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotArea Class / Lights Property


In This Topic
    Lights Property
    In This Topic
    Gets the collection of lights for the plot area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Lights As LightCollection
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As LightCollection
     
    value = instance.Lights
    public LightCollection Lights {get;}
    See Also