ChartDataLabelPositions 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 position of the ChartDataLabel.
public enum class ChartDataLabelPositions
public enum ChartDataLabelPositions
type ChartDataLabelPositions =
Public Enum ChartDataLabelPositions
- Inheritance
-
ChartDataLabelPositions
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | The position is Auto. |
Top | 1 | The position is Top. |
TopLeft | 2 | The position is TopLeft. |
TopRight | 3 | The position is TopRight. |
Left | 4 | The position is Left. |
Center | 5 | The position is Center. |
Right | 6 | The position is Right. |
BottomRight | 7 | The position is BottomRight. |
Bottom | 8 | The position is Bottom. |
BottomLeft | 9 | The position is BottomLeft. |
Outside | 10 | The position is Outside. |