Dundas Chart for ASP.NET
LightStyle Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : LightStyle Enumeration


A lighting style for a 3D chart area.


3D chart area light styles.

Syntax

Visual Basic (Declaration)  
Public Enum LightStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LightStyle
C#  
public enum LightStyle : Enum 

Members

Member Description
None

No lighting is applied.


No light.
Simplistic

A simplistic lighting style is applied, where the hue of all chart area elements (e.g. backwall, side walls, etc.) is fixed.


Simplistic ligth.
Realistic

A realistic lighting style is applied, where the hue of all chart area elements (e.g. backwall, side walls, etc.) changes depending on the amount of rotation.


Realistic ligth.

Remarks

This enumeration is used with the Light property to set the lighting style of a 3D chart area.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.LightStyle

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.