Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / FillEffectType Enumeration


In This Topic
    FillEffectType Enumeration
    In This Topic
    Defines the possible fill effects.
    Syntax
    'Declaration
     
    Public Enum FillEffectType 
       Inherits System.Enum
    'Usage
     
    Dim instance As FillEffectType
    public enum FillEffectType : System.Enum 
    Members
    MemberDescription
    AdvancedGradientA fill effect based on an arbitrary number of points with different shape, color, intensity and angle.
    ColorSolid color fill effect.
    GradientA fill effect based on two colors.
    ImageA fill effect based on an Image (texture filling).
    PatternA fill effect based on an pattern with foreground and background colors.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.GraphicsCore.FillEffectType

    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