[]
        
(Showing Draft Content)

C1.Win.C1Chart.FillTypeEnum

FillTypeEnum Enum

The FillTypeEnum enumeration is used to specify how data shapes are filled.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public enum FillTypeEnum

Fields

Name 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.