serieType property

ExcelChartType get serieType

Chart type for the series.

Implementation

ExcelChartType get serieType {
  return _chart.chartType;
}