Spread for ASP.NET 7.0 Product Documentation
FileImageRender Class
Members  See Also  Support Options
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : FileImageRender Class


Glossary Item Box

The FileImageRender renders a chart image to the local temporary files and returns the image Url.

Object Model

FileImageRender Class

Syntax

Visual Basic (Declaration) 
Public Class FileImageRender 
   Inherits ImageRender
Visual Basic (Usage)Copy Code
Dim instance As FileImageRender
C# 
public class FileImageRender : ImageRender 

Remarks

Repeated requests for the same chart use the same file to reduce load on the server. New requests create new files as needed. Files are not cleaned up automatically. FileImageRender is recommended when charts are complex (expensive to generate) or when you expect a large number of requests for a relatively small number of different charts.

Inheritance Hierarchy

System.Object
   FarPoint.Web.Chart.ImageRender
      FarPoint.Web.Chart.FileImageRender

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.