ChartLegendPositions Enum

Definition

Specifies the position of the legend.

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

Fields

BottomCenter 10

Specifies the Bottom Center position.

BottomLeft 9

Specifies the Bottom Left position.

BottomRight 11

Specifies the Bottom Right position.

LeftBottom 6

Specifies the Left Bottom position.

LeftCenter 5

Specifies the Left Center position.

LeftTop 4

Specifies the Left Top position.

RightBottom 8

Specifies the Right Bottom position.

RightCenter 7

Specifies the Right Center position.

RightTop 0

Specifies the Right Top position.

TopCenter 2

Specifies the Top Center position.

TopLeft 1

Specifies the Top Left position.

TopRight 3

Specifies the Top Right position.

Applies to