com.spire.xls
Enum XLSXChartMaterialType

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

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

Indicates the Material property values fro the chart


Enum Constant Summary
Clear
          Represents Clear Material
DarkEdge
          Represents Dark Edge Material
Flat
          Represents Flat Material
Matte
          Represents Matte Material
Metal
          Represents Metal Material
None
          Represents No Material Effect
Plastic
          Represents Plastic Material
Powder
          Represents Powder Material
SoftEdge
          Represents Soft Edge Material
TranslucentPowder
          Represents Translucent Powder Material
WarmMatte
          Represents WarmMatte Material
WireFrame
          Represents Wire Frame Material
 

Enum Constant Detail

None

public static final XLSXChartMaterialType None
Represents No Material Effect


Matte

public static final XLSXChartMaterialType Matte
Represents Matte Material


WarmMatte

public static final XLSXChartMaterialType WarmMatte
Represents WarmMatte Material


Plastic

public static final XLSXChartMaterialType Plastic
Represents Plastic Material


Metal

public static final XLSXChartMaterialType Metal
Represents Metal Material


DarkEdge

public static final XLSXChartMaterialType DarkEdge
Represents Dark Edge Material


SoftEdge

public static final XLSXChartMaterialType SoftEdge
Represents Soft Edge Material


Flat

public static final XLSXChartMaterialType Flat
Represents Flat Material


WireFrame

public static final XLSXChartMaterialType WireFrame
Represents Wire Frame Material


Powder

public static final XLSXChartMaterialType Powder
Represents Powder Material


TranslucentPowder

public static final XLSXChartMaterialType TranslucentPowder
Represents Translucent Powder Material


Clear

public static final XLSXChartMaterialType Clear
Represents Clear Material