Click or drag to resize

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
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