IChartStorageHandler Interface (System.Web.UI.DataVisualization.Charting)

Switch View :
ScriptFree
.NET Framework Class Library
IChartStorageHandler Interface

Defines methods to manage rendered chart images stored in an external medium.

Namespace:  System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Syntax

Visual Basic
Public Interface IChartStorageHandler
C#
public interface IChartStorageHandler
Visual C++
public interface class IChartStorageHandler
F#
type IChartStorageHandler =  interface end

The IChartStorageHandler type exposes the following members.

Methods

  Name Description
Public method Delete Deletes the data from the external medium.
Public method Exists Checks for the existence of data under a specified key.
Public method Load Loads the data from the external medium.
Public method Save Saves the data to the external medium.
Top
Version Information

.NET Framework

Supported in: 4
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference