Xceed Chart for WinForms v4.4 Documentation
QuadraticAttenuation Property


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > LightSource Class : QuadraticAttenuation Property
Specifies the quadratic attenuation factor for this light. For more information see the "OpenGL Lighting Model" topic in the User's Guide.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Attenuation")>
<DescriptionAttribute("Specifies the quadratic attenuation factor for this light.")>
Public Property QuadraticAttenuation As Single
'Usage
 
Dim instance As LightSource
Dim value As Single
 
instance.QuadraticAttenuation = value
 
value = instance.QuadraticAttenuation
[DefaultValue()]
[Category("Attenuation")]
[Description("Specifies the quadratic attenuation factor for this light.")]
public float QuadraticAttenuation {get; set;}
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 Class
LightSource Members