Click or drag to resize

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
Members
Member name Value Description
Automatic 0
Transparent 1 Represents the Transparent option.
Opaque 2 Represents the Opaque option.
See Also