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.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum ShadingEnum |
| Visual Basic |
|---|
Public Enumeration ShadingEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No special 3D color is applied. | |
| ColorLight | 1 | 3D color is lighter than front color. | |
| ColorDark | 2 | 3D color is darker than front color. |