Enum ChartMergeStrategy

ChartMergeStrategy

An enumeration of how multiple ranges in the source are expressed in a chart.

To call an enum, you call its parent class, name, and property. For example, Charts.ChartMergeStrategy.MERGE_COLUMNS.

Properties

PropertyTypeDescription
MERGE_COLUMNSEnumDefault. Charts merges the columns of multiple ranges.
MERGE_ROWSEnumCharts merges the rows of multiple ranges.