ActiveReports 8
LightType Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace : LightType Enumeration

Glossary Item Box

Specifies the type of light source used.

Syntax

Visual Basic (Declaration) 
Public Enum LightType 
   Inherits System.Enum
C# 
public enum LightType : System.Enum 

Members

MemberDescription
AmbientAn ambient light source is used. It is equal to DirectionalLightRatio = 0.
FiniteDirectionalA point light source is used.
InfiniteDirectionalAn infinite directional light source (like the sun) is used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.LightType

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