ChartImageAlignmentStyle 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 image alignment for a chart background image.
public enum class ChartImageAlignmentStyle
public enum ChartImageAlignmentStyle
type ChartImageAlignmentStyle =
Public Enum ChartImageAlignmentStyle
- Inheritance
Fields
Name | Value | Description |
---|---|---|
TopLeft | 0 | The mage is aligned to the top left corner of the chart element. |
Top | 1 | The image is aligned to the top boundary of the chart element. |
TopRight | 2 | The image is aligned to the top right corner of the chart element. |
Right | 3 | The image is aligned to the right boundary of the chart element. |
BottomRight | 4 | The image is aligned to the bottom right corner of the chart element. |
Bottom | 5 | The image is aligned to the bottom boundary of the chart element. |
BottomLeft | 6 | The image is aligned to the bottom left corner of the chart element. |
Left | 7 | The image is aligned to the left boundary of the chart element. |
Center | 8 | The image is aligned in the center of the chart element. |