ChartBackgroundMode Enumeration
|
Chart background mode.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ChartBackgroundMode
Public Enumeration ChartBackgroundMode
public enum class ChartBackgroundMode
Members
|
Member name
|
Value
|
Description
|
|
Automatic
|
0
|
|
|
Transparent
|
1
|
Represents the Transparent option.
|
|
Opaque
|
2
|
Represents the Opaque option.
|
See Also