SpreadsheetGear 2023
Image Constructor(IChart)


SpreadsheetGear.Drawing Namespace > Image Class > Image Constructor : Image Constructor(IChart)
Specifies the chart which will be drawn.
Initializes a new instance of the Image class which will be used to draw the specified chart.
Syntax
'Declaration
 
Public Function New( _
   ByVal chart As IChart _
)
'Usage
 
Dim chart As IChart
 
Dim instance As New Image(chart)
public Image( 
   IChart chart
)

Parameters

chart
Specifies the chart which will be drawn.
Requirements

Target Platforms: 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

Reference

Image Class
Image Members
Overload List