Spread Windows Forms 12.0 Product Documentation
GlobalAmbientLight Property


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PlotArea Class : GlobalAmbientLight Property
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
public Color GlobalAmbientLight {get; set;}
See Also

Reference

PlotArea Class
PlotArea Members