com.spire.xls
Enum XLSXChartPrespectiveType

java.lang.Object
  extended by java.lang.Enum<XLSXChartPrespectiveType>
      extended by com.spire.xls.XLSXChartPrespectiveType
All Implemented Interfaces:
java.lang.Comparable<XLSXChartPrespectiveType>

public enum XLSXChartPrespectiveType
extends java.lang.Enum<XLSXChartPrespectiveType>

Indicates the Perspective shadow Values


Enum Constant Summary
Below
          Represents Perspective Shadow at Below
DiagonalLowerLeft
          Represents Perspective Shadow at Diagonal Lower Left
DiagonalLowerRight
          Represents Perspective Shadow at Diagonal Lower Right
DiagonalUpperLeft
          Represents Perspective Shadow at Diagonal Upper Left
DiagonalUpperRight
          Represents Perspective Shadow at Diagonal Upper Right
None
          Represents the No Shadow
 

Enum Constant Detail

None

public static final XLSXChartPrespectiveType None
Represents the No Shadow


DiagonalUpperRight

public static final XLSXChartPrespectiveType DiagonalUpperRight
Represents Perspective Shadow at Diagonal Upper Right


DiagonalLowerRight

public static final XLSXChartPrespectiveType DiagonalLowerRight
Represents Perspective Shadow at Diagonal Lower Right


DiagonalUpperLeft

public static final XLSXChartPrespectiveType DiagonalUpperLeft
Represents Perspective Shadow at Diagonal Upper Left


DiagonalLowerLeft

public static final XLSXChartPrespectiveType DiagonalLowerLeft
Represents Perspective Shadow at Diagonal Lower Left


Below

public static final XLSXChartPrespectiveType Below
Represents Perspective Shadow at Below