Enum
ChartGradientStyle

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum ChartGradientStyle

Fields

Center

Gradient is applied from the center outwards.

Declaration

cs-api-definition
Center = 3

Field Value

ChartGradientStyle

DiagonalLeft

Gradient is applied diagonally from left to right.

Declaration

cs-api-definition
DiagonalLeft = 4

Field Value

ChartGradientStyle

DiagonalRight

Gradient is applied diagonally from right to left.

Declaration

cs-api-definition
DiagonalRight = 5

Field Value

ChartGradientStyle

HorizontalCenter

Gradient is applied horizontally from the center outwards.

Declaration

cs-api-definition
HorizontalCenter = 6

Field Value

ChartGradientStyle

LeftRight

Gradient is applied from left to right.

Declaration

cs-api-definition
LeftRight = 1

Field Value

ChartGradientStyle

None

No gradient is applied.

Declaration

cs-api-definition
None = 0

Field Value

ChartGradientStyle

TopBottom

Gradient is applied from top to bottom.

Declaration

cs-api-definition
TopBottom = 2

Field Value

ChartGradientStyle

VerticalCenter

Gradient is applied vertically from the center outwards.

Declaration

cs-api-definition
VerticalCenter = 7

Field Value

ChartGradientStyle