Xceed Chart for WinForms v4.4 Documentation
LightSource Class
Members 


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace : LightSource Class
The LightSource object represents a light source in the 3D scene. It can control the light source emission characteristics, its position and direction. You add light sources to the 3D scene with the help of the LightSources collection of the GLLightModel class. The number of light sources is limited to eight in the current Microsoft OpenGL implementation. For more information on the way that OpenGL implements lighting see the "OpenGL lighting model" topic in the User's Guide.
Object Model
LightSource Class
Syntax
'Declaration
 
<TypeConverterAttribute("Xceed.Chart.Standard.BrowseablePropertyConverter, Xceed.Chart.Standard.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class LightSource 
   Inherits Xceed.Chart.GraphicsCore.LightSourceBase
'Usage
 
Dim instance As LightSource
[TypeConverter("Xceed.Chart.Standard.BrowseablePropertyConverter, Xceed.Chart.Standard.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class LightSource : Xceed.Chart.GraphicsCore.LightSourceBase 
Inheritance Hierarchy

System.Object
   Xceed.Chart.GraphicsCore.LightSourceBase
      Xceed.Chart.Standard.LightSource

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 Members
Xceed.Chart.Standard Namespace