[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eChartMergeStrategy\u003c/code\u003e is an enumeration defining how chart data is merged from multiple ranges.\u003c/p\u003e\n"],["\u003cp\u003eThere are two options: \u003ccode\u003eMERGE_COLUMNS\u003c/code\u003e (default) which merges the columns of selected ranges, and \u003ccode\u003eMERGE_ROWS\u003c/code\u003e which merges the rows.\u003c/p\u003e\n"],["\u003cp\u003eTo use a \u003ccode\u003eChartMergeStrategy\u003c/code\u003e property, call it using its parent classes and property name, for example: \u003ccode\u003eCharts.ChartMergeStrategy.MERGE_COLUMNS\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum ChartMergeStrategy\n\nChartMergeStrategy\n\nAn enumeration of how multiple ranges in the source are expressed in a chart.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCharts.ChartMergeStrategy.MERGE_COLUMNS`. \n\n### Properties\n\n| Property | Type | Description |\n|-----------------|--------|--------------------------------------------------------|\n| `MERGE_COLUMNS` | `Enum` | Default. Charts merges the columns of multiple ranges. |\n| `MERGE_ROWS` | `Enum` | Charts merges the rows of multiple ranges. |"]]