ChartShadings Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the projection mode used for the 3D rendering.
public enum class ChartShadings
public enum ChartShadings
type ChartShadings =
Public Enum ChartShadings
- Inheritance
-
ChartShadings
Fields
Name | Value | Description |
---|---|---|
Real | 0 | Use realistic shading. |
Simple | 1 | Use simple shading. |
None | 2 | Use no shading. |