The EaxChartSingleCellRangeMode enumeration contains methods of plotting a chart when a single cell is selected.
It is used by the following property:
| Value | Brief description |
| 0 | EntireGrid. Plotting a graph based on the entire data area. |
| 1 | SingleCell. Plotting a graph based on a single cell. |
| 2 | SingleRow. Plotting a graph based on the row that contains the selected cell. |
| 2 | SingleColumn. Plotting a graph based on the column that contains the selected cell. |
See also: