AxisName 枚举
定义
指定轴名称。Specifies the name of an axis.
public enum class AxisName
public enum AxisName
type AxisName =
Public Enum AxisName
- 继承
字段
| X | 0 | 主 X 轴。Primary X-axis. |
| X2 | 2 | 辅助 X 轴。Secondary X-axis. |
| Y | 1 | 主 Y 轴。Primary Y-axis. |
| Y2 | 3 | 辅助 Y 轴。Secondary Y-axis. |
注解
AxisName枚举表示可用于图表的四个不同轴。The AxisName enumeration represents the four different axes that can be used for a chart.
条形图和堆积条形图的轴顺时针旋转了90度。Bar and stacked bar charts have their axes rotated 90 degrees clockwise. 例如,这两个图表的主 X 轴是左垂直轴。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 |
|---|---|
| 主 X 轴Primary X-Axis | 底部水平轴。Bottom horizontal axis. |
| 辅助 X 轴Secondary X-Axis | 顶部水平轴。Top horizontal axis. |
| 主 Y 轴Primary Y-Axis | 左垂直轴。Left vertical axis. |
| 辅助 Y 轴Secondary Y-Axis | 右垂直轴。Right vertical axis. |
条形图和堆积条形图的轴顺时针旋转了90度。Bar and stacked bar charts have their axes rotated 90 degrees clockwise. 例如,这两个图表的主 X 轴是左垂直轴。For example, the primary X-axis for these two charts is the left-vertical axis.