XlAxisType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the axis type.
public enum class XlAxisType
public enum XlAxisType
type XlAxisType =
Public Enum XlAxisType
- Inheritance
-
XlAxisType
Fields
Name | Value | Description |
---|---|---|
xlCategory | 1 | Axis displays categories. |
xlValue | 2 | Axis displays values. |
xlSeriesAxis | 3 | Axis displays data series. |