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


Skin frame second back color which is used for a gradient and hatching.

Syntax

Visual Basic (Declaration)  
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<BindableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Skin frame second back color which is used for a gradient and hatching.")>
Public Property FrameBackGradientEndColor As Color
Visual Basic (Usage) Copy Code
Dim instance As BorderSkinAttributes
Dim value As Color
 
instance.FrameBackGradientEndColor = value
 
value = instance.FrameBackGradientEndColor
C#  
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[BindableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Skin frame second back color which is used for a gradient and hatching.")]
public Color FrameBackGradientEndColor {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