Dundas Chart for ASP.NET
IgnoreUnknownXmlAttributes Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartSerializer Class : IgnoreUnknownXmlAttributes Property


Determines if unknown Xml attributes in a serialized chart are ignored when loaded.


Indicates that unknown XML attributes and elements will be ignored without throwing an exception.

Syntax

Visual Basic (Declaration)  
Public Property IgnoreUnknownXmlAttributes As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ChartSerializer
Dim value As Boolean
 
instance.IgnoreUnknownXmlAttributes = value
 
value = instance.IgnoreUnknownXmlAttributes
C#  
public bool IgnoreUnknownXmlAttributes {get; set;}

Return Value

If true then unknown Xml attributes in a serialized chart are ignored when loaded, if false an exception will be raised if an unknown Xml attribute is encountered when the serialized data is loaded. Defaults to true.

Remarks

This property should only be set to false if serialized chart data has been manually modified by a user.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.