AreaAlignmentOrientations 枚举
定义
指定图表区域的对齐方向。Specifies the alignment orientation of a chart area.
此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。
public enum class AreaAlignmentOrientations
[System.Flags]
public enum AreaAlignmentOrientations
[<System.Flags>]
type AreaAlignmentOrientations =
Public Enum AreaAlignmentOrientations
- 继承
- 属性
字段
| All | 3 | 图表区域沿水平和垂直方向对齐。Chart areas are aligned horizontally and vertically. |
| Horizontal | 2 | 图表区域沿水平方向对齐。Chart areas are aligned horizontally. |
| None | 0 | 图表区域不会自动对齐。Chart areas are not automatically aligned. |
| Vertical | 1 | 图表区域沿垂直方向对齐。Chart areas are aligned vertically. |
注解
AreaAlignmentOrientations枚举表示图表区域的物理方向(如垂直或水平)。The AreaAlignmentOrientations enumeration represents the physical orientation, such as vertical or horizontal, of a chart area.
相反, AreaAlignmentStyles 枚举表示图表元素,例如光标或内部绘图位置,可用于对齐图表区。In contrast, the AreaAlignmentStyles enumeration represents the chart elements, such as the cursor or inner plot position, which can be used to align a chart area.