Enum Excel2007ChartPresetsOuter
This Enumeration values Indicates the Outer Shadow values
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum Excel2007ChartPresetsOuter
Fields
Name | Description |
---|---|
NoShadow | Represents No shadow |
OffsetBottom | Represents Outer shadow at Bottom |
OffsetCenter | Represents Outer shadow at Center |
OffsetDiagonalBottomLeft | Represents Outer shadow at DiagonalBottomLeft |
OffsetDiagonalBottomRight | Represents Outer shadow at DiagonalBottomRight |
OffsetDiagonalTopLeft | Represents Outer shadow at DiagonalTopLeft |
OffsetDiagonalTopRight | Represents Outer shadow at DiagonalTopRight |
OffsetLeft | Represents Outer shadow at Left |
OffsetRight | Represents Outer shadow at Right |
OffsetTop | Represents Outer shadow at Top |