ChartImageAlignmentStyle Enum

Definition

Specifies the image alignment for a chart background image.

C#
public enum ChartImageAlignmentStyle
Inheritance
ChartImageAlignmentStyle

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1