Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / LightSource Class


In This Topic
    LightSource Class Properties
    In This Topic

    For a list of all members of this type, see LightSource members.

    Public Properties
     NameDescription
    Public PropertyThe ambient color emitted by this light source.  
    Public PropertySpecifies the constant attenuation factor for this light. For more information see the "OpenGL Lighting Model" topic in the User's Guide.  
    Public PropertyThe diffuse color emitted by this light source.  
    Public PropertyA vector which specifies the direction of the light source.  
    Public PropertySelects between positional and directional light source.  
    Public PropertySpecifies the linear attenuation factor for this light. For more information see the "OpenGL Lighting Model" topic in the User's Guide.  
    Public PropertyA vector which specifies the position of the light source in 3D space.  
    Public PropertySpecifies the quadratic attenuation factor for this light. For more information see the "OpenGL Lighting Model" topic in the User's Guide.  
    Public PropertyThe specular color emitted by this light source.  
    Public PropertyThe spot cutoff angle of the light source. With the help of this property you can make a positional light source act as a spot light.  
    Public PropertyThe spot exponent specifies the intensity distribution of a spot light.  
    Top
    See Also