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 View3D.Shading property in the View3D class.
[Visual Basic]
Public Enum ShadingEnum
[C#]
public enum ShadingEnum
[Delphi]
type ShadingEnum = (ColorDark, ColorLight, None);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
ColorDark |
3D color is darker than front color. |
ColorLight |
3D color is lighter than front color. |
None |
No special 3D color is applied. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |