ChartPositions 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示图表元素的对齐位置。
public enum class ChartPositions
public enum ChartPositions
type ChartPositions =
Public Enum ChartPositions
- 继承
-
ChartPositions
字段
BottomCenter | 10 | 表示下居中对齐位置。 |
BottomLeft | 11 | 表示左下对齐位置。 |
BottomRight | 9 | 表示右下角对齐位置。 |
LeftBottom | 5 | 表示左下对齐位置。 |
LeftCenter | 4 | 表示左中对齐位置。 |
LeftTop | 3 | 表示左上对齐位置。 |
RightBottom | 8 | 表示右下对齐位置。 |
RightCenter | 7 | 表示向右居中对齐位置。 |
RightTop | 6 | 表示右上对齐位置。 |
TopCenter | 1 | 表示顶部中心对齐位置。 |
TopLeft | 0 | 表示左上角对齐位置。 |
TopRight | 2 | 表示右上角对齐位置。 |