getIsClustered method

bool getIsClustered(
  1. ExcelChartType chartType
)

Implementation

bool getIsClustered(ExcelChartType chartType) {
  return _getIsClustered(chartType);
}