Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SuppressExceptions Property
See Also 
Dundas.Charting.WebControl Namespace > Chart Class : SuppressExceptions Property


Indicates that non-critical chart exceptions will be suppressed.

Syntax

Visual Basic (Declaration)  
<CategoryAttribute()>
<DescriptionAttribute("Sets or gets a flag indicating that non-critical chart exceptions will be suppressed.")>
<DefaultValueAttribute()>
Public Property SuppressExceptions As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As Boolean
 
instance.SuppressExceptions = value
 
value = instance.SuppressExceptions
C#  
[CategoryAttribute()]
[DescriptionAttribute("Sets or gets a flag indicating that non-critical chart exceptions will be suppressed.")]
[DefaultValueAttribute()]
public bool SuppressExceptions {get; set;}

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