IChartStorageHandler 介面

定義

定義方法,這些方法會管理儲存在外部媒體之已呈現的圖表影像。

public interface class IChartStorageHandler
public interface IChartStorageHandler
type IChartStorageHandler = interface
Public Interface IChartStorageHandler

方法

Delete(String)

將資料從外部媒體刪除。

Exists(String)

檢查指定的索引鍵下的資料是否存在。

Load(String)

將資料從外部媒體載入。

Save(String, Byte[])

將資料儲存到外部媒體。

適用於