Dundas Chart for Windows Forms
Light Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ChartArea3DStyle Class : Light Property


Gets or sets the type of lighting for a 3D chart area.


3D area light style.

Syntax

Visual Basic (Declaration)  
Public Property Light As LightStyle
Visual Basic (Usage) Copy Code
Dim instance As ChartArea3DStyle
Dim value As LightStyle
 
instance.Light = value
 
value = instance.Light
C#  
public LightStyle Light {get; set;}

Return Value

A LightStyle enumeration value that determines the 3D lighting for a chart area.

Remarks

This property determines the lighting style for a chart area.

A simple lighting style always applies the same hue to the chart area elements (e.g. backwall, side walls, etc.), while a realistic style will change the hues of the chart area elements depending on the angle at which the light source (which is at right angles to the screen) strikes the chart area element.

Realistic lighting will affect data points differently, depending on the type of chart being displayed.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.