Spread ASP.NET 6.0 Product Documentation
HttpHandlerImageRender Class
Members  See Also  Send Feedback
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : HttpHandlerImageRender Class


Glossary Item Box

The HttpHandlerImageRender renders the chart image to memory using the ChartImageHttpHandler and returns the image Url.

Object Model

HttpHandlerImageRender Class

Syntax

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

Remarks

HttpHandlerImageRender is recommended when charts are simple (easy to generate) or when you expect requests for a large number of different charts. HttpHandlerImageRender supplies two ways to save an image on the server, one is saving in HttpContext.Session and another is saving in HttpContext.Cache. An application developer can set the storage means by the ImageTransferStorage property and determine whether to hold the image data or clear it immediately after rendering by using the KeepTransferStorage property.

Inheritance Hierarchy

System.Object
   FarPoint.Web.Chart.ImageRender
      FarPoint.Web.Chart.HttpHandlerImageRender

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.