Spread for ASP.NET 10 Product Documentation
HttpHandlerImageRender Class
Members 


The HttpHandlerImageRender renders the chart image to memory using the ChartImageHttpHandler and returns the image Url.
Object Model
HttpHandlerImageRender Class
Syntax
'Declaration
 
Public Class HttpHandlerImageRender 
   Inherits ImageRender
   Implements IParallelSupportISparklineSupportHandler 
'Usage
 
Dim instance As HttpHandlerImageRender
public class HttpHandlerImageRender : ImageRender, IParallelSupportISparklineSupportHandler  
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 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

HttpHandlerImageRender Members
FarPoint.Web.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.