Version

ChartRender Class Members

The following tables list the members exposed by ChartRender.

Public Constructors
 NameDescription
Public ConstructorChartRender ConstructorChartRender constructor.  
Public Fields
 NameDescription
Public FieldchartImageChart image bitmap.  
Public Properties
 NameDescription
Public PropertyBackColorBackground color to use for clearing the graphics.  
Public PropertyShadowSceneSceneGraph used for shadows.  
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.  
Public Events
 NameDescription
Public EventChartDrawItemEvent raised each time an item is being drawn.  
See Also