ChartCellAlignment 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.
The text alignment of a cell in the custom legend item.
public enum class ChartCellAlignment
public enum ChartCellAlignment
type ChartCellAlignment =
Public Enum ChartCellAlignment
- Inheritance
-
ChartCellAlignment
Fields
Name | Value | Description |
---|---|---|
Center | 0 | The cell alignment is Center. |
Top | 1 | The cell alignment is Top. |
TopLeft | 2 | The cell alignment is TopLeft. |
TopRight | 3 | The cell alignment is TopRight. |
Left | 4 | The cell alignment is Left. |
Right | 5 | The cell alignment is Right. |
BottomRight | 6 | The cell alignment is BottomRight. |
Bottom | 7 | The cell alignment is Bottom. |
BottomLeft | 8 | The cell alignment is BottomLeft. |