For a list of all members of this type, see ChartRender members.
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. |
Name | Description | |
---|---|---|
OnChartDrawItem | Method invoked each time an item is being drawn. |