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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.