Click or drag to resize

AxisType Enumeration

Primary axis types for Charts..

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum AxisType
Members
Member name Value Description
Category 0 Represents the Category (X) Axis.
Value 1 Represents the Value (Y) Axis.
Serie 2 Represents the Serie Axis.
See Also