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:
-1(exAlignDefault) {number}, aligns the
value-axis to bottom/right side of the view (default)
0 {number}, aligns the value-axis to top/left side of the view