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


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > LightingFilter Class : Position Property
The Position of the light source.
Syntax
'Declaration
 
<DescriptionAttribute("The Position of the light source.")>

<CategoryAttribute("Appearance")>

Public Property Position As Vector
'Usage
 
Dim instance As LightingFilter

Dim value As Vector

 

instance.Position = value

 

value = instance.Position
[Description("The Position of the light source.")]

[Category("Appearance")]

public Vector Position {get; set;}
Remarks
A Position of (0, 0, 1) translates to the center of the image. Positive values for the x coordinate move the light to the right of the image. Positive values for the y coordinate move the light to the bottom of the image.
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

LightingFilter Class
LightingFilter Members