We're sorry but this site requires JavaScript.
Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ChartRender Class Members
The following tables list the members exposed by ChartRender .
Public Fields
Public Properties
Name Description
BackColor Background color to use for clearing the graphics.
ShadowScene SceneGraph used for shadows.
Public Methods
Name Description
Dispose Releases all resources used by this Graphics object.
GetImage Call 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.
RenderChart Overloaded. Call to render the entire scene graph into the internal image buffer. The previous image buffer is cleared prior to this operation.
RenderSceneGraph Go through each primitive in the scene and render to the graphics object.
Protected Methods
Name Description
OnChartDrawItem Method invoked each time an item is being drawn.
Public Events
Name Description
ChartDrawItem Event raised each time an item is being drawn.
See Also