[]
        
(Showing Draft Content)

Position Enumeration

Position Enumeration

Specifies the position of an axis or legend on the chart. TopLeft, TopRight, BottomLeft, BottomRight, LeftTop, LeftBottom, RightTop and RightBottom are valid only for Legend Position

Enumeration members

Auto

Auto: = 5

The item is positioned automatically.

Bottom

Bottom: = 4

The item appears below the chart.

BottomLeft

BottomLeft: = 8

The Item appears on the bottom left corner of the chart

BottomRight

BottomRight: = 9

The Item appears on the bottom right corner of the chart

Left

Left: = 1

The item appears to the left of the chart.

LeftBottom

LeftBottom: = 11

The Item appears on the left bottom corner of the chart

LeftTop

LeftTop: = 10

The Item appears on the left top corner of the chart

None

None: = 0

The item is not visible.

Right: = 3

The item appears to the right of the chart.

RightBottom

RightBottom: = 13

The Item appears on the rightbottom corner of the chart

RightTop

RightTop: = 12

The Item appears on the right top corner of the chart

Top

Top: = 2

The item appears above the chart.

TopLeft

TopLeft: = 6

The Item appears on the top left corner of the chart

TopRight

TopRight: = 7

The Item appears on the top right corner of the chart