Xceed Chart for WinForms v4.4 Documentation
SurfaceScale Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > LightingFilter Class : SurfaceScale Property
The scale of the surface.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>

<DescriptionAttribute("The scale of the surface.")>

Public Property SurfaceScale As Single
'Usage
 
Dim instance As LightingFilter

Dim value As Single

 

instance.SurfaceScale = value

 

value = instance.SurfaceScale
[Category("Appearance")]

[Description("The scale of the surface.")]

public float SurfaceScale {get; set;}
Remarks
Takes effect only when using positional lighting. By default set to 1.
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