Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / FillEffect Class / EndColor Property


In This Topic
    EndColor Property
    In This Topic
    The end color of a gradient or pattern. The default value is black.
    Syntax
    'Declaration
     
    Public Property EndColor As Color
    'Usage
     
    Dim instance As FillEffect
    Dim value As Color
     
    instance.EndColor = value
     
    value = instance.EndColor
    public Color EndColor {get; set;}
    Remarks
    This color is used as the end color for a gradient when the Type property is FillEffectType.Gradient and as the background color of a pattern when the Type property is FillEffectType.Pattern.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also