Xceed Chart for WinForms v4.4 Documentation
ConstantAttenuation Property


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > LightSource Class : ConstantAttenuation Property
Specifies the constant 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 constant attenuation factor for this light.")>
Public Property ConstantAttenuation As Single
'Usage
 
Dim instance As LightSource
Dim value As Single
 
instance.ConstantAttenuation = value
 
value = instance.ConstantAttenuation
[Category("Attenuation")]
[DefaultValue()]
[Description("Specifies the constant attenuation factor for this light.")]
public float ConstantAttenuation {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