Returns the body of the HTML imagemap.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string Map { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Map As String
Visual C++
public:
virtual property String^ Map {
	String^ get ();
}

Field Value

A string that contains the body of the HTML client-side imagemap. The actual <map> and </map> tags are not included, so that the client code can more easily add attributes to the <map> tag.

See Also