AxisLabelsLocation
Describes available locations of the axis labels in the chart.
Enumeration Members
Section titled "Enumeration Members"InsideBottom
Section titled "InsideBottom"Places the axis labels inside the plotting area below the axis line. CrossingAxis should be set for this setting to take effect.
InsideBottom = 5 InsideLeft
Section titled "InsideLeft"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.
InsideLeft = 6 InsideRight
Section titled "InsideRight"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.
InsideRight = 7 InsideTop
Section titled "InsideTop"Places the axis labels inside the plotting area above the axis line. CrossingAxis should be set for this setting to take effect.
InsideTop = 4 OutsideBottom
Section titled "OutsideBottom"Places the axis labels at the bottom, outside of the plotting area
OutsideBottom = 1 OutsideLeft
Section titled "OutsideLeft"Places the axis labels to the left, outside of the plotting area.
OutsideLeft = 2 OutsideRight
Section titled "OutsideRight"Places the axis labels to the right, outside of the plotting area.
OutsideRight = 3 OutsideTop
Section titled "OutsideTop"Places the axis labels at the top, outside of the plotting area.
OutsideTop = 0