ChartTitlePositions 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 title.
public enum class ChartTitlePositions
public enum ChartTitlePositions
type ChartTitlePositions =
Public Enum ChartTitlePositions
- Inheritance
-
ChartTitlePositions
Fields
Name | Value | Description |
---|---|---|
TopCenter | 0 | Position title at top center. |
TopLeft | 1 | Position title at top left. |
TopRight | 2 | Position title at top right. |
LeftTop | 3 | Position title at left top. |
LeftCenter | 4 | Position title at left center. |
LeftBottom | 5 | Position title at left bottom. |
RightTop | 6 | Position title at right top. |
RightCenter | 7 | Position title at right center. |
RightBottom | 8 | Position title at right bottom. |
BottomRight | 9 | Position title at bottom right. |
BottomCenter | 10 | Position title at bottom center. |
BottomLeft | 11 | Position title at bottom left. |