HTMLImageMapResponse Class
See Also  Members  
Xceed.Chart.Server Assembly > Xceed.Chart.Server Namespace : HTMLImageMapResponse Class


Describes and HTML image map generated by the server control.

Object Model

HTMLImageMapResponse Class

Syntax

Visual Basic (Declaration) 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class HTMLImageMapResponse 
   Inherits Response
Visual Basic (Usage)Copy Code
Dim instance As HTMLImageMapResponse
C# 
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[SerializableAttribute()]
public class HTMLImageMapResponse : Response 

Remarks

Xceed Chart for .NET can generate client side HTML image maps with tooltips, cursor change and browser redirection. For more information please take a look at the Building Internet and Intranet applications in the Users Guide.

Inheritance Hierarchy

System.Object
   Xceed.Chart.Server.Response
      Xceed.Chart.Server.HTMLImageMapResponse

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also