Chart.GetHtmlImageMap Method (String)

.NET Framework (current version)
 

Returns the HTML image map of the currently rendered chart. One of the overloaded SaveImage methods in the Chart must be called before calling this method.

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

Public Function GetHtmlImageMap (
	name As String
) As String

Parameters

name
Type: System.String

The name of the image map tag.

Return Value

Type: System.String

A string value that represents the HTML image map.

.NET Framework
Available since 4.0
Return to top
Show: