Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HttpHandlerImageRender Class / KeepTransferStorage Property
Example


In This Topic
    KeepTransferStorage Property
    In This Topic
    Gets or sets the value whether to keep the chart instance in session or cache according to the value of ImageTransferStorage property.
    Syntax
    'Declaration
     
    
    Public Overridable Property KeepTransferStorage As Boolean
    'Usage
     
    
    Dim instance As HttpHandlerImageRender
    Dim value As Boolean
     
    instance.KeepTransferStorage = value
     
    value = instance.KeepTransferStorage
    public virtual bool KeepTransferStorage {get; set;}
    Example
    This example uses the KeepTransferStorage property.
    See Also