Xceed Chart for WinForms v4.4 Documentation
LinearAttenuation Property


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