getIsStacked method

bool getIsStacked(
  1. ExcelChartType chartType
)

Implementation

bool getIsStacked(ExcelChartType chartType) {
  return _getIsStacked(chartType);
}