The type of shading used for color of 3D areas when chart with 3D-effects is rendered. Use the members of this enumeration to set the value of the Shading property in the View3D class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum ShadingEnum
Visual Basic
Public Enumeration ShadingEnum

Members

Member nameValueDescription
None0 No special 3D color is applied.
ColorLight1 3D color is lighter than front color.
ColorDark2 3D color is darker than front color.

See Also