ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.FillTypeEnum Enumeration

In This Topic
    Chart.FillTypeEnum Enumeration
    In This Topic
    Specifies how data shapes are filled.
    Syntax
    'Declaration
     
    Public Enum Chart.FillTypeEnum 
       Inherits System.Enum
    public enum Chart.FillTypeEnum : System.Enum 
    Members
    MemberDescription
    GradientA two color gradient is used to fill using Color1 and Color2 with a pattern enumerated by the Chart.GradientStyleEnum./>.
    HatchA two color hatch pattern is used to fill using Color1 and Color2 with a pattern enumerated by the Chart.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.C1Report.CustomFields.Chart.FillTypeEnum

    See Also