Enum
FillType

Fill types listing

Definition

Namespace:Telerik.Reporting.Charting.Styles

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum FillType

Fields

ComplexGradient

Element is filled by colors at specified positions.

Declaration

cs-api-definition
ComplexGradient = 2

Field Value

FillType

Gradient

Element is filled by two color.

Declaration

cs-api-definition
Gradient = 1

Field Value

FillType

Hatch

Element is filled by Hatch type(standard).

Declaration

cs-api-definition
Hatch = 3

Field Value

FillType

Image

Element is filled by image.

Declaration

cs-api-definition
Image = 4

Field Value

FillType

Solid

Element is filled by one color.

Declaration

cs-api-definition
Solid = 0

Field Value

FillType