Click or drag to resize
DrawMapMap Property
Returns the body of the HTML imagemap.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual string Map { get; }

Property Value

Type: String
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