ChartImageAlignmentStyle Enum

Definition

Specifies the image alignment for a chart background image.

public enum class ChartImageAlignmentStyle
public enum ChartImageAlignmentStyle
type ChartImageAlignmentStyle = 
Public Enum ChartImageAlignmentStyle
Inheritance
ChartImageAlignmentStyle

Fields

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.

BottomRight 4

The image is aligned to the bottom right corner of the chart element.

Center 8

The image is aligned in the center of the chart element.

Left 7

The image is aligned to the left boundary of the chart element.

Right 3

The image is aligned to the right boundary of the chart element.

Top 1

The image is aligned to the top boundary of the chart element.

TopLeft 0

The mage is aligned to the top left corner of the chart element.

TopRight 2

The image is aligned to the top right corner of the chart element.

Applies to