FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / Lights Property


In This Topic
Lights Property (PiePlotArea)
In This Topic
Gets the collection of lights for the plot area.
Syntax
'Declaration
 
Public ReadOnly Property Lights As LightCollection
 
'Usage
 
Dim instance As PiePlotArea
Dim value As LightCollection
 
value = instance.Lights
See Also