Xceed Chart for WinForms v4.4 Documentation
LightSourceType Enumeration


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace : LightSourceType Enumeration
Defines the type of a light source.
Syntax
'Declaration
 
Public Enum LightSourceType 
   Inherits System.Enum
'Usage
 
Dim instance As LightSourceType
public enum LightSourceType : System.Enum 
Members
MemberDescription
DirectionalA light source that is infinitely far away from the scene. The rays of light emitted by a directional light source can be considered parallel by the time they reach an object.
PositionalThe exact position of this light source within a scene determines the effect it has on the scene.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.GraphicsCore.LightSourceType

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

Xceed.Chart.GraphicsCore Namespace