property ValueAxis.Align as AlignEnum
Aligns the value-axis to bottom/right or top/left side of the view

TypeDescription
AlignEnum An AlignEnum expression that specifies the alignment of the value-axis relative to the view
By default, the Align property is exAlignDefault, which indicates that the value-axis is aligned to left/top side of the view. If the chart is horizontally oriented (values go vertically, categories go horizontally) the value-axis can be aligned to left or right side of the view. If the chart is vertically oriented (values go horizontally, categories go vertically) the value-axis can be aligned to top or bottom side of the view. The Reverse property defines the direction of the value axis.

For instance: