Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / LightScheme Enumeration


In This Topic
    LightScheme Enumeration
    In This Topic
    The possible predefined light schemes
    Syntax
    'Declaration
     
    Public Enum LightScheme 
       Inherits System.Enum
    'Usage
     
    Dim instance As LightScheme
    public enum LightScheme : System.Enum 
    Members
    MemberDescription
    MetallicLustreSingle white light source with specular and diffuse light. No ambient light component.
    NoneNo lighting
    NorthernLightsFancy lighting from three light sources with high specular.
    ShinyFrontalSingle white light source with specular light. Front position in the scene.
    ShinyTopLeftSingle white light source with specular light. Top left position in the scene.
    ShinyTopRightSingle white light source with specular light. Top right position in the scene.
    SoftFrontalSingle white light source with no specular light. Front position in the scene.
    SoftTopLeftSingle white light source with no specular light. Top left position in the scene.
    SoftTopRightSingle white light source with no specular light. Top right position in the scene.
    Inheritance Hierarchy

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

    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