ChartGraphics3D class is 3D chart rendering engine. All chart 3D shapes are drawn in specific order so that correct Z order of all shapes is achieved. 3D graphics engine do not support shapes intersection. 3D shapes are transformed into one or more 2D shapes and then drawn with 2D chart graphics engine.
Object Model
Syntax
Visual Basic (Declaration) |
|
Public Class ChartGraphics3D
Inherits ChartRenderingEngine
Implements IChartAnimationEngine, IChartRenderingEngine |
C# |
|
public class ChartGraphics3D : ChartRenderingEngine, IChartAnimationEngine, IChartRenderingEngine |
Inheritance Hierarchy
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