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


In This Topic
    AdvancedGradient Property
    In This Topic
    The description of the advanced gradient applied on this fill effect.
    Syntax
    'Declaration
     
    Public Property AdvancedGradient As AdvancedGradientFill
    'Usage
     
    Dim instance As FillEffect
    Dim value As AdvancedGradientFill
     
    instance.AdvancedGradient = value
     
    value = instance.AdvancedGradient
    public AdvancedGradientFill AdvancedGradient {get; set;}
    Remarks
    An advanced gradient is defined by its background color and color points each of them having properties for color, position, style and others. The AdvancedGradientFill object fully describes an advanced gradient.
    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