ChartGraphics class provides all chart drawing capabilities. It contains methods for drawing 2D primitives and also exposes all ChartGraphics3D class methods for 3D shapes. Only this class should be used for any drawing in the chart.
Object Model
Syntax
Visual Basic (Declaration) |
|
Public Class ChartGraphics
Inherits ChartGraphics3D
Implements IChartAnimationEngine, IChartRenderingEngine |
C# |
|
public class ChartGraphics : ChartGraphics3D, 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