LegendSpacingType Enumeration
|
Legend spacing for charts.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum LegendSpacingType
Public Enumeration LegendSpacingType
public enum class LegendSpacingType
Members
|
Member name
|
Value
|
Description
|
|
Close
|
0
|
Represents the Close .
|
|
Medium
|
1
|
Represents the Medium.
|
|
Open
|
2
|
Represents the Open.
|
See Also