ChartDataLabelPositions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 ChartDataLabel 的位置。
public enum class ChartDataLabelPositions
public enum ChartDataLabelPositions
type ChartDataLabelPositions =
Public Enum ChartDataLabelPositions
- 繼承
-
ChartDataLabelPositions
欄位
| Auto | 0 | 指定的自動位置 ChartDataLabel 。 |
| Bottom | 8 | 指定的底部位置 ChartDataLabel 。 |
| BottomLeft | 9 | 指定的左下角位置 ChartDataLabel 。 |
| BottomRight | 7 | 指定的右下角位置 ChartDataLabel 。 |
| Center | 5 | 指定的中心位置 ChartDataLabel 。 |
| Left | 4 | 指定的左邊位置 ChartDataLabel 。 |
| Outside | 10 | 指定的外部位置 ChartDataLabel 。 |
| Right | 6 | 指定的正確位置 ChartDataLabel 。 |
| Top | 1 | 指定的最上方位置 ChartDataLabel 。 |
| TopLeft | 2 | 指定的左上角位置 ChartDataLabel 。 |
| TopRight | 3 | 指定的右上角位置 ChartDataLabel 。 |