IChartStorageHandler.Load Method (String)

.NET Framework (current version)
 

Loads the data from the external medium.

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

Function Load (
	key As String
) As Byte()

Parameters

key
Type: System.String

Index key.

Return Value

Type: System.Byte()

A byte array that contains the image data.

.NET Framework
Available since 4.0
Return to top
Show: