AngleAxisLabelLocation

Describes available locations of the x-axis labels in the chart.

Places the x-axis labels based on the type of chart component. Axis Labels Outside Bottom for all types of charts.

Auto = 4

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

InsideBottom = 3

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

InsideTop = 2

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

OutsideBottom = 1

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

OutsideTop = 0