Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ChartGraphics3D Class
See Also  Members  
Dundas.Charting.WebControl Namespace : ChartGraphics3D Class


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 
Visual Basic (Usage) Copy Code
Dim instance As ChartGraphics3D
C#  
public class ChartGraphics3D : ChartRenderingEngine, IChartAnimationEngine, IChartRenderingEngine  

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.ChartRenderingEngine
      Dundas.Charting.WebControl.ChartGraphics3D
         Dundas.Charting.WebControl.ChartGraphics

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