Gets the content of an Html map tag appropriate for the C1WebChart image as a string with the specified name of the map element.
[Visual Basic]
Overloads Public Function GetHtmlMap( _
ByVal name As String _
) As String
[C#]
public string GetHtmlMap(
string name
);
[Delphi]
public function GetHtmlMap(
name: String
): String; overload;
Parameters
name
The name of map.
Return Value
An Html map tag appropriate for the C1WebChart image as a string.
Remarks
Note that the content of the string does not include the <map> tag and end tag marker </map>.
See Also
MapAreaCollection Class | MapAreaCollection Members | C1.Web.C1WebChart Namespace | MapAreaCollection.GetHtmlMap Overload List | MapAreaCollection Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |