Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DrawArea3DScene Method
See Also 
Dundas.Charting.WebControl Namespace > ChartArea3D Class : DrawArea3DScene Method


graph
Chart graphics object.
position
Chart area 2D position.
Draws chart area 3D scene, which consists of 3 or 2 walls.

Syntax

Visual Basic (Declaration)  
Protected Sub DrawArea3DScene( _
   ByVal graph As ChartGraphics, _
   ByVal position As RectangleF _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartArea3D
Dim graph As ChartGraphics
Dim position As RectangleF
 
instance.DrawArea3DScene(graph, position)
C#  
protected void DrawArea3DScene( 
   ChartGraphics graph,
   RectangleF position
)

Parameters

graph
Chart graphics object.
position
Chart area 2D position.

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