Version

RenderPdfFriendlyGraphics(Graphics,Int32,Int32) Method

Render the chart's primitives to pdf-friendly graphics
Syntax
'Declaration
 
Public Overloads Sub RenderPdfFriendlyGraphics( _
   ByVal g As Graphics, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
public void RenderPdfFriendlyGraphics( 
   Graphics g,
   int width,
   int height
)

Parameters

g
Reference to an existing graphics object
width
Specifies the width of the rendered image
height
Specifies the height of the rendered image
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