'Declaration Public Enum FillTypeEnum Inherits System.Enum
public enum FillTypeEnum : System.Enum
'Declaration Public Enum FillTypeEnum Inherits System.Enum
public enum FillTypeEnum : System.Enum
Member | Description |
---|---|
Gradient | A two color gradient is used to fill using Color1 and Color2 with a pattern enumerated by the GradientStyleEnum. |
Hatch | A two color hatch pattern is used to fill using Color1 and Color2 with a pattern enumerated by the HatchStyleEnum. |
SolidColor | Solid color is used for filling using Color1. |
Texture | A texture is created by tiling the specified Image of the FillStyle. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Chart.FillTypeEnum