XLSXChartMaterialType Enumeration
|
Indicates the Material property values fro the chart
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum XLSXChartMaterialType
Public Enumeration XLSXChartMaterialType
public enum class XLSXChartMaterialType
type XLSXChartMaterialType
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
Represents No Material Effect
|
|
Matte
|
1
|
Represents Matte Material
|
|
WarmMatte
|
2
|
Represents WarmMatte Material
|
|
Plastic
|
3
|
Represents Plastic Material
|
|
Metal
|
4
|
Represents Metal Material
|
|
DarkEdge
|
5
|
Represents Dark Edge Material
|
|
SoftEdge
|
6
|
Represents Soft Edge Material
|
|
Flat
|
7
|
Represents Flat Material
|
|
WireFrame
|
8
|
Represents Wire Frame Material
|
|
Powder
|
9
|
Represents Powder Material
|
|
TranslucentPowder
|
10
|
Represents Translucent Powder Material
|
|
Clear
|
11
|
Represents Clear Material
|
|
SoftMetal
|
12
|
Soft metal
|
|
LegacyMatte
|
13
|
Legacy matte
|
|
LegacyMetal
|
14
|
Legacy metal
|
|
LegacyPlastic
|
15
|
Legacy plastic
|
|
LegacyWireframe
|
16
|
Legacy wireframe
|
See Also