Version

ChartRender Class Methods

For a list of all members of this type, see ChartRender members.

Public Methods
 NameDescription
Public MethodDisposeReleases all resources used by this Graphics object.  
Public MethodGetImageCall this member to retrieve the internally stored rendering of a chart as a Bitmap object. Make sure to pass in the SceneGraph object to the RenderChart method first.  
Public MethodRenderChartOverloaded. Call to render the entire scene graph into the internal image buffer. The previous image buffer is cleared prior to this operation.  
Public MethodRenderSceneGraphGo through each primitive in the scene and render to the graphics object.  
Protected Methods
 NameDescription
Protected MethodOnChartDrawItemMethod invoked each time an item is being drawn.  
See Also