Enumeration YAxisLabelLocation

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

Enumeration Members

Auto: 4

Places the y-axis labels based on the type of chart component. Axis Labels Outside Right for Financial Chart and Outside Left for other charts.

InsideLeft: 2

Places the y-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: 3

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

OutsideLeft: 0

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

OutsideRight: 1

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