FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartFillType Enumeration

In This Topic
    ChartFillType Enumeration
    In This Topic
    Specifies how data shapes are filled.
    Syntax
    'Declaration
     
    Public Enum ChartFillType 
       Inherits System.Enum
    public enum ChartFillType : System.Enum 
    Members
    MemberDescription
    GradientA two color gradient is used to fill using Color1 and Color2 with a pattern enumerated by the ChartGradientStyle.
    HatchA two color hatch pattern is used to fill using Color1 and Color2 with a pattern enumerated by the ChartHatchStyle.
    SolidColorSolid color is used for filling using Color1.
    TextureA texture is created by filing the specified image of the ChartFillStyle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartFillType

    See Also