AxisName 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 name of an axis.
public enum class AxisName
public enum AxisName
type AxisName =
Public Enum AxisName
- Inheritance
Fields
Name | Value | Description |
---|---|---|
X | 0 | Primary X-axis. |
Y | 1 | Primary Y-axis. |
X2 | 2 | Secondary X-axis. |
Y2 | 3 | Secondary Y-axis. |
Remarks
The AxisName enumeration represents the four different axes that can be used for a chart.
Bar and stacked bar charts have their axes rotated 90 degrees clockwise. For example, the primary X-axis for these two charts is the left-vertical axis.
For all charts except bar, stacked bar, pie and doughnut charts, the primary and secondary axes are as follows:
Axis Type | Description |
---|---|
Primary X-Axis | Bottom horizontal axis. |
Secondary X-Axis | Top horizontal axis. |
Primary Y-Axis | Left vertical axis. |
Secondary Y-Axis | Right vertical axis. |
Bar and stacked bar charts have their axes rotated 90 degrees clockwise. For example, the primary X-axis for these two charts is the left-vertical axis.