Xceed Chart for WinForms v4.4 Documentation
Position Property (LightSource)


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > LightSource Class : Position Property
A vector which specifies the position of the light source in 3D space.
Syntax
'Declaration
 
<DescriptionAttribute("A vector which specifies the position of the light source in 3D space.")>
<CategoryAttribute("General")>
Public Property Position As Vector
'Usage
 
Dim instance As LightSource
Dim value As Vector
 
instance.Position = value
 
value = instance.Position
[Description("A vector which specifies the position of the light source in 3D space.")]
[Category("General")]
public Vector Position {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