AngleAxisLabelLocation
Describes available locations of the x-axis labels in the chart.
Enumeration Members
Section titled "Enumeration Members"Places the x-axis labels based on the type of chart component. Axis Labels Outside Bottom for all types of charts.
Auto = 4 InsideBottom
Section titled "InsideBottom"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 InsideTop
Section titled "InsideTop"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 OutsideBottom
Section titled "OutsideBottom"Places the x-axis labels at the bottom, outside of the plotting area
OutsideBottom = 1 OutsideTop
Section titled "OutsideTop"Places the x-axis labels at the top, outside of the plotting area.
OutsideTop = 0