EaxPointChartMode

Description

The EaxPointChartMode enumeration contains data transmission modes on plotting a scatter chart.

It is used by the following property:

Available Values

Value Brief description
0 XYY. All series have the same X axis values; these values are displayed either in the top row (when the series are arranged by rows) or in the first column (when the series are arranged by columns). The rest series or columns contain the series values along the Y axis.
1 XYXY. X and Y axes values alternate in columns or rows (depending on series positioning). If the series are arranged in rows, the values alternate from top to bottom.  If the series are arranged in columns, the values alternate from left to right.
2 YXX. All series have the same Y axis values; these values are displayed either in the top row (when the series are arranged by rows) or in the first column (when the series are arranged by columns). The other rows or columns contain the rows values along the X axis.
3 YXYX. Y and X axes values alternate in rows or columns (depending on series positioning). If the series are arranged in rows, the values alternate from top to bottom.  If the series are arranged in columns, the values alternate from left to right.

See also:

Express Assembly Enumerations