IChartStorageHandler.Save Method (String, Byte[])

.NET Framework (current version)
 

Saves the data to the external medium.

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

void Save(
	string key,
	byte[] data
)

Parameters

key
Type: System.String

Index key.

data
Type: System.Byte[]

The image data to save.

.NET Framework
Available since 4.0
Return to top
Show: