ValueAxisLabelLocation
Describes available locations of the y-axis labels in the chart.
Enumeration Members
Section titled "Enumeration Members"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.
Auto = 4 InsideLeft
Section titled "InsideLeft"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.
InsideLeft = 2 InsideRight
Section titled "InsideRight"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.
InsideRight = 3 OutsideLeft
Section titled "OutsideLeft"Places the y-axis labels to the left, outside of the plotting area.
OutsideLeft = 0 OutsideRight
Section titled "OutsideRight"Places the y-axis labels to the right, outside of the plotting area.
OutsideRight = 1