Enum
ShadowPosition

Possible shadow positions listing

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
public enum ShadowPosition

Fields

Behind

Assign the behind position for shadow

Declaration

cs-api-definition
Behind = 8

Field Value

ShadowPosition

Bottom

Assign the bottom position for shadow

Declaration

cs-api-definition
Bottom = 3

Field Value

ShadowPosition

BottomLeft

Assign the bottom left position for shadow

Declaration

cs-api-definition
BottomLeft = 7

Field Value

ShadowPosition

BottomRight

Assign the bottom right position for shadow

Declaration

cs-api-definition
BottomRight = 6

Field Value

ShadowPosition

Left

Assign the left position for shadow

Declaration

cs-api-definition
Left = 1

Field Value

ShadowPosition

Right

Assign the right position for shadow

Declaration

cs-api-definition
Right = 0

Field Value

ShadowPosition

Top

Assign the top position for shadow

Declaration

cs-api-definition
Top = 2

Field Value

ShadowPosition

TopLeft

Assign the top left position for shadow

Declaration

cs-api-definition
TopLeft = 5

Field Value

ShadowPosition

TopRight

Assign the top right position for shadow

Declaration

cs-api-definition
TopRight = 4

Field Value

ShadowPosition