Chart.GetHtmlImageMap(String) Method

Definition

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.

public:
 System::String ^ GetHtmlImageMap(System::String ^ name);
public string GetHtmlImageMap (string name);
member this.GetHtmlImageMap : string -> string
Public Function GetHtmlImageMap (name As String) As String

Parameters

name
String

The name of the image map tag.

Returns

A string value that represents the HTML image map.

Applies to