.NET Framework Class Library
IChartStorageHandler Interface
Defines methods to manage rendered chart images stored in an external medium.
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 | |
|---|---|---|
|
Delete | Deletes the data from the external medium. |
|
Exists | Checks for the existence of data under a specified key. |
|
Load | Loads the data from the external medium. |
|
Save | Saves the data to the external medium. |
Version Information
.NET Framework
Supported in: 4Platforms
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