Version

RenderChart Method (ActiveImageRender)

Renders the chart shapes to the ActiveImage CIMMap.
Syntax
'Declaration
 
Public Sub RenderChart( _
   ByVal scene As SceneGraph, _
   ByVal map As CIMMap, _
   ByVal is3DChart As Boolean, _
   ByVal is508Compliant As Boolean _
) 
public void RenderChart( 
   SceneGraph scene,
   CIMMap map,
   bool is3DChart,
   bool is508Compliant
)

Parameters

scene
The SceneGraph containing the chart primitives.
map
The CIMMap to render the chart shapes to.
is3DChart
Indicates whether or not a 3D chart is being rendered.
is508Compliant
Indicates whether or not the WebChart being rendered has 508 compliance turned on.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also