XlAxisType Enum
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.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the axis type.
public enum class XlAxisType
[System.Runtime.InteropServices.Guid("23D8FDAA-ABF3-4735-99B8-F234EA2BE64C")]
public enum XlAxisType
[<System.Runtime.InteropServices.Guid("23D8FDAA-ABF3-4735-99B8-F234EA2BE64C")>]
type XlAxisType =
Public Enum XlAxisType
- Inheritance
-
XlAxisType
- Attributes
Name | Value | Description |
---|---|---|
xlCategory | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis displays categories. |
xlValue | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis displays values. |
xlSeriesAxis | 3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis displays data series. |