XLSXChartPrespectiveType Enumeration
|
Indicates the Perspective shadow Values
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum XLSXChartPrespectiveType
Public Enumeration XLSXChartPrespectiveType
public enum class XLSXChartPrespectiveType
type XLSXChartPrespectiveType
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
Represents the No Shadow
|
|
DiagonalUpperRight
|
1
|
Represents Perspective Shadow at Diagonal Upper Right
|
|
DiagonalLowerRight
|
2
|
Represents Perspective Shadow at Diagonal Lower Right
|
|
DiagonalUpperLeft
|
3
|
Represents Perspective Shadow at Diagonal Upper Left
|
|
DiagonalLowerLeft
|
4
|
Represents Perspective Shadow at Diagonal Lower Left
|
|
Below
|
5
|
Represents Perspective Shadow at Below
|
See Also