isChartBar property

bool get isChartBar

True if chart is a bar chart. False otherwise. Read-only.

Implementation

bool get isChartBar {
  return chartType == ExcelChartType.pie;
}