ChartPositions 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.
Represents the alignment positions of a chart element.
public enum class ChartPositions
public enum ChartPositions
type ChartPositions =
Public Enum ChartPositions
- Inheritance
-
ChartPositions
Fields
Name | Value | Description |
---|---|---|
TopLeft | 0 | Represents the Top Left alignment position. |
TopCenter | 1 | Represents the Top Center alignment position. |
TopRight | 2 | Represents the Top Right alignment position. |
LeftTop | 3 | Represents the Left Top alignment position. |
LeftCenter | 4 | Represents the Left Center alignment position. |
LeftBottom | 5 | Represents the Left Bottom alignment position. |
RightTop | 6 | Represents the Right Top alignment position. |
RightCenter | 7 | Represents the Right Center alignment position. |
RightBottom | 8 | Represents the Right Bottom alignment position. |
BottomRight | 9 | Represents the Bottom Right alignment position. |
BottomCenter | 10 | Represents the Bottom Center alignment position. |
BottomLeft | 11 | Represents the Bottom Left alignment position. |