Chart.GetHtmlImageMap(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.