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


Indicates that object properties are reset to default values before loading.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Indicates that object properties are reset to default values before loading.")>
<CategoryAttribute()>
<DefaultValueAttribute()>
Public Property ResetWhenLoading As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ChartSerializer
Dim value As Boolean
 
instance.ResetWhenLoading = value
 
value = instance.ResetWhenLoading
C#  
[DescriptionAttribute("Indicates that object properties are reset to default values before loading.")]
[CategoryAttribute()]
[DefaultValueAttribute()]
public bool ResetWhenLoading {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