Click or drag to resize
ShadowPosition Enumeration
Possible shadow positions listing

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ShadowPosition
Members
  Member nameValueDescription
Right0 Assign the right position for shadow
Left1 Assign the left position for shadow
Top2 Assign the top position for shadow
Bottom3 Assign the bottom position for shadow
TopRight4 Assign the top right position for shadow
TopLeft5 Assign the top left position for shadow
BottomRight6 Assign the bottom right position for shadow
BottomLeft7 Assign the bottom left position for shadow
Behind8 Assign the behind position for shadow
See Also