Creates an HTML client-side imagemap from a chart tree.

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

Syntax

C#
[SerializableAttribute]
public class DrawMap : Draw
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DrawMap _
	Inherits Draw
Visual C++
[SerializableAttribute]
public ref class DrawMap : public Draw

Remarks

Entries in the imagemap correspond to nodes that define the HREF attribute.

Inheritance Hierarchy

System..::.Object
Imsl.Chart2D..::.Draw
Imsl.Chart2D..::.DrawMap

See Also