Xceed Chart for WinForms v4.4 Documentation
AddSVGHeader Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore.SVG Namespace > SVGRenderSettings Class : AddSVGHeader Property
Whether or not to add SVG header to the generated document.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property AddSVGHeader As Boolean
'Usage
 
Dim instance As SVGRenderSettings
Dim value As Boolean
 
instance.AddSVGHeader = value
 
value = instance.AddSVGHeader
[XmlAttribute()]
public bool AddSVGHeader {get; set;}
Remarks
By default the value of this property is set to true but you may wish to turn it off if you intend to embed the SVG code in another SVG document.
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

Reference

SVGRenderSettings Class
SVGRenderSettings Members