Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore.SVG Namespace / SVGRenderSettings Class
Members


In This Topic
    SVGRenderSettings Class
    In This Topic
    This member is reserved for internal use and is not intended to be used directly from your code.
    Object Model
    SVGRenderSettings Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class SVGRenderSettings 
    'Usage
     
    Dim instance As SVGRenderSettings
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class SVGRenderSettings 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.SVG.SVGRenderSettings

    Public Constructors
     NameDescription
    Public ConstructorThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Protected Fields
     NameDescription
    Protected Fieldstatic (Shared in Visual Basic)This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Fieldstatic (Shared in Visual Basic)This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Fieldstatic (Shared in Visual Basic)This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Fieldstatic (Shared in Visual Basic)This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Fieldstatic (Shared in Visual Basic)This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Fieldstatic (Shared in Visual Basic)This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyWhether or not to add SVG header to the generated document.  
    Public PropertyThe attributes assciated with the SVG tag.  
    Public PropertyDescribes the format used to encode embedded images.  
    Public PropertyThe script to be injected in the SVG.  
    Public PropertyWhen set to true all images referenced by the SVG document will be embedded using base64 encoding.  
    Public PropertyWhen set to true the component will generate an automatic ID for each scene element.  
    Top
    Public Methods
     NameDescription
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also