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


Skin frame back ground color.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Skin frame back ground color.")>
<PersistenceModeAttribute()>
<CategoryAttribute("Appearance")>
<BindableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property FrameBackColor As Color
Visual Basic (Usage) Copy Code
Dim instance As BorderSkinAttributes
Dim value As Color
 
instance.FrameBackColor = value
 
value = instance.FrameBackColor
C#  
[DescriptionAttribute("Skin frame back ground color.")]
[PersistenceModeAttribute()]
[CategoryAttribute("Appearance")]
[BindableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public Color FrameBackColor {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