Enumeration AxisLabelsLocation

Describes available locations of the axis labels in the chart.

Enumeration members

InsideBottom

InsideBottom: = 5

Places the axis labels inside the plotting area below the axis line. CrossingAxis should be set for this setting to take effect.

InsideLeft

InsideLeft: = 6

Places the axis labels inside the plotting area and to the left of the axis line. CrossingAxis should be set for this setting to take effect.

InsideRight

InsideRight: = 7

Places the axis labels inside the plotting area and to the right of the axis line. CrossingAxis should be set for this setting to take effect.

InsideTop

InsideTop: = 4

Places the axis labels inside the plotting area above the axis line. CrossingAxis should be set for this setting to take effect.

OutsideBottom

OutsideBottom: = 1

Places the axis labels at the bottom, outside of the plotting area

OutsideLeft

OutsideLeft: = 2

Places the axis labels to the left, outside of the plotting area.

OutsideRight

OutsideRight: = 3

Places the axis labels to the right, outside of the plotting area.

OutsideTop

OutsideTop: = 0

Places the axis labels at the top, outside of the plotting area.