ChartPositions Enum

Definition

Represents the alignment positions of a chart element.

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

Fields

BottomCenter 10

Represents the Bottom Center alignment position.

BottomLeft 11

Represents the Bottom Left alignment position.

BottomRight 9

Represents the Bottom Right alignment position.

LeftBottom 5

Represents the Left Bottom alignment position.

LeftCenter 4

Represents the Left Center alignment position.

LeftTop 3

Represents the Left Top alignment position.

RightBottom 8

Represents the Right Bottom alignment position.

RightCenter 7

Represents the Right Center alignment position.

RightTop 6

Represents the Right Top alignment position.

TopCenter 1

Represents the Top Center alignment position.

TopLeft 0

Represents the Top Left alignment position.

TopRight 2

Represents the Top Right alignment position.

Applies to