2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / FillTypeEnum Enumeration

In This Topic
    FillTypeEnum Enumeration
    In This Topic
    The FillTypeEnum enumeration is used to specify how data shapes are filled.
    Syntax
    'Declaration
     
    Public Enum FillTypeEnum 
       Inherits System.Enum
    public enum FillTypeEnum : System.Enum 
    Members
    MemberDescription
    GradientA two color gradient is used to fill using Color1 and Color2 with a pattern enumerated by the GradientStyleEnum.
    HatchA two color hatch pattern is used to fill using Color1 and Color2 with a pattern enumerated by the HatchStyleEnum.
    SolidColorSolid color is used for filling using Color1.
    TextureA texture is created by tiling the specified Image of the FillStyle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.FillTypeEnum

    See Also