Gets the content of an Html map tag appropriate for the C1WebChart image as a string.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public string GetHtmlMap()
Visual Basic
Public Function GetHtmlMap As String

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