Xceed Chart for WinForms v4.4 Documentation
Ambient Property (LightSource)


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > LightSource Class : Ambient Property
The ambient color emitted by this light source.
Syntax
'Declaration
 
<CategoryAttribute("Emission")>
<DescriptionAttribute("The ambient color emitted by this light source. ")>
Public Property Ambient As Color
'Usage
 
Dim instance As LightSource
Dim value As Color
 
instance.Ambient = value
 
value = instance.Ambient
[Category("Emission")]
[Description("The ambient color emitted by this light source. ")]
public Color Ambient {get; set;}
Remarks
The ambient color of the individual light sources is added to the global ambient color in the scene. In general adding ambient light makes the scene brighter.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LightSource Class
LightSource Members