ChartDataLabelPositions Enum

Definition

Specifies the position of the ChartDataLabel.

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

Fields

Auto 0

The position is Auto.

Bottom 8

The position is Bottom.

BottomLeft 9

The position is BottomLeft.

BottomRight 7

The position is BottomRight.

Center 5

The position is Center.

Left 4

The position is Left.

Outside 10

The position is Outside.

Right 6

The position is Right.

Top 1

The position is Top.

TopLeft 2

The position is TopLeft.

TopRight 3

The position is TopRight.

Applies to