Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FileImageRender Class / FileImageRender Constructor / FileImageRender Constructor()
Example


In This Topic
    FileImageRender Constructor()
    In This Topic
    Initializes a new instance of the FileImageRender class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New FileImageRender()
    public FileImageRender()
    Example
    This example saves the chart image to a file.
    See Also