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


Describes an SVG response type. You can control the generated SVG content by modifying the properties of the attached SVGRenderSettings object.

Object Model

SVGResponse Class

Syntax

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

Inheritance Hierarchy

System.Object
   Xceed.Chart.Server.Response
      Xceed.Chart.Server.SVGResponse

Requirements

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

See Also