Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotArea Class / GlobalAmbientLight Property


In This Topic
GlobalAmbientLight Property
In This Topic
Gets or sets the color of the global ambient light.
Syntax
'Declaration
 
Public Property GlobalAmbientLight As Color
 
'Usage
 
Dim instance As PlotArea
Dim value As Color
 
instance.GlobalAmbientLight = value
 
value = instance.GlobalAmbientLight
See Also