Enumeration XAxisLabelLocation

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

Enumeration Members

Auto: 4

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

InsideBottom: 3

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

InsideTop: 2

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

OutsideBottom: 1

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

OutsideTop: 0

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