Version

GetImage Method (ChartRender)

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.
Syntax
'Declaration
 
Public Function GetImage() As Bitmap
public Bitmap GetImage()

Return Value

Returns a reference to an Image object containing the chart
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