SpartlineVerticalAxisType Enumeration
|
Defines the Sparkline vertical axis type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SpartlineVerticalAxisType
Public Enumeration SpartlineVerticalAxisType
public enum class SpartlineVerticalAxisType
type SpartlineVerticalAxisType
Members
|
Member name
|
Value
|
Description
|
|
Automatic
|
0
|
Automatic value for the vertical axis.
|
|
Same
|
1
|
Same value for the vertical axis.
|
|
Custom
|
2
|
Custom value for the vertical axis.
|
See Also