Visual Basic (Declaration) | |
---|---|
Public Class HttpHandlerImageRender Inherits ImageRender Implements IParallelSupport, ISparklineSupportHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HttpHandlerImageRender |
C# | |
---|---|
public class HttpHandlerImageRender : ImageRender, IParallelSupport, ISparklineSupportHandler |
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.
System.Object
FarPoint.Web.Chart.ImageRender
FarPoint.Web.Chart.HttpHandlerImageRender
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