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


Chart series enabled flag.

Syntax

Visual Basic (Declaration)  
<PersistenceModeAttribute()>
<CategoryAttribute("Appearance")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets series enabled flag.")>
<NotifyParentPropertyAttribute(True)>
<ParenthesizePropertyNameAttribute(True)>
Public Property Enabled As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Series
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
C#  
[PersistenceModeAttribute()]
[CategoryAttribute("Appearance")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets series enabled flag.")]
[NotifyParentPropertyAttribute(true)]
[ParenthesizePropertyNameAttribute(true)]
public bool Enabled {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