New to Telerik ReportingStart a free 30-day trial

Possible shadow positions listing

Definition

Namespace:Telerik.Reporting.Charting.Styles

Assembly:Telerik.Reporting.dll

Syntax:

C#
public enum ShadowPosition

Fields

Assign the behind position for shadow

C#
Behind = 8

Assign the bottom position for shadow

C#
Bottom = 3

Assign the bottom left position for shadow

C#
BottomLeft = 7

Assign the bottom right position for shadow

C#
BottomRight = 6

Assign the left position for shadow

C#
Left = 1

Assign the right position for shadow

C#
Right = 0

Assign the top position for shadow

C#
Top = 2

Assign the top left position for shadow

C#
TopLeft = 5

Assign the top right position for shadow

C#
TopRight = 4