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

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

Syntax

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

Parameters

name
Type: System..::..String
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