The AlignType property allows for alignment based on elements of the chart area. Alignment can be achieved
using the following criteria:
|
The Inner Plot Position type aligns by the plot area coordinates (see the figure below).
|
The Cursor type aligns the cursors in the chart area (see the figure below).
|
The AxesView type aligns by an axis data subset when zooming occurs (see the figure below).
|
The AlignType property can use multiple alignment types, such as a combination of None, Cursor, and AxisView. The All alignment type aligns by InnerPlotArea, Cursor, and AxisViews (see the figure below).
|