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 | Specifies the Automatic position of the ChartDataLabel. |
Top | 1 | Specifies the Top position of the ChartDataLabel. |
TopLeft | 2 | Specifies the Top Left position of the ChartDataLabel. |
TopRight | 3 | Specifies the Top Right position of the ChartDataLabel. |
Left | 4 | Specifies the Left position of the ChartDataLabel. |
Center | 5 | Specifies the Center position of the ChartDataLabel. |
Right | 6 | Specifies the Right position of the ChartDataLabel. |
BottomRight | 7 | Specifies the Bottom Right position of the ChartDataLabel. |
Bottom | 8 | Specifies the Bottom position of the ChartDataLabel. |
BottomLeft | 9 | Specifies the Bottom Left position of the ChartDataLabel. |
Outside | 10 | Specifies the Outside position of the ChartDataLabel. |