ComponentOne FlexReport for WinForms
ChartFillType Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartFillType Enumeration
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

Reference

C1.Win.FlexReport.Chart Namespace