isChartBar property

bool isChartBar

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

Implementation

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