ExcelChartType enum
Specifies the chart type.
Values
- column → const ExcelChartType
-
Represents the clustered column chart.
- column3D → const ExcelChartType
-
Represnts the 3D column chart
- columnStacked → const ExcelChartType
-
Represents the column stacked chart.
- columnStacked100 → const ExcelChartType
-
Represents the 100% stacked column chart.
- columnClustered3D → const ExcelChartType
-
Represents the 3D clustered column chart.
- columnStacked3D → const ExcelChartType
-
Represents the 3D stacked column chart.
- columnStacked1003D → const ExcelChartType
-
Represents the 3D 100% stacked column chart.
- bar → const ExcelChartType
-
Represents the clustered bar chart.
- barStacked → const ExcelChartType
-
Represents the bar stacked chart.
- barStacked100 → const ExcelChartType
-
Represents the 100% stacked bar chart.
- barStacked3D → const ExcelChartType
-
Represents the 3D stacked bar chart.
- barClustered3D → const ExcelChartType
-
Represents the 3D clustered bar chart.
- barStacked1003D → const ExcelChartType
-
Represents the 3D 100% stacked bar chart.
- line → const ExcelChartType
-
Represents the line chart.
- lineStacked → const ExcelChartType
-
Represents the line stacked chart.
- lineStacked100 → const ExcelChartType
-
Represents the 100% stacked line chart.
- lineMarkers → const ExcelChartType
-
Represents the line chart with markers.
- lineMarkersStacked → const ExcelChartType
-
Represents the stacked line chart with markers.
- lineMarkersStacked100 → const ExcelChartType
-
Represents the 100% stacked line chart with markers.
- line3D → const ExcelChartType
-
Represents the 3D line chart.
- pie → const ExcelChartType
-
Represents the Pie chart.
- pie3D → const ExcelChartType
-
Represents the Pie chart.
- pieOfPie → const ExcelChartType
-
Represents the pie of pie chart.
- pieBar → const ExcelChartType
-
Represents the bar of pie chart.
- area → const ExcelChartType
-
Represents the area chart.
- areaStacked → const ExcelChartType
-
Represents the stacked area chart.
- areaStacked100 → const ExcelChartType
-
Represents the 100% stacked area chart.
- stockHighLowClose → const ExcelChartType
-
Represents the stock chart with high, low and close values.
- stockOpenHighLowClose → const ExcelChartType
-
Represents the stock chart with open, high, low and close values.
- stockVolumeHighLowClose → const ExcelChartType
-
Represents the stock chart with volume, high, low and close values.
- stockVolumeOpenHighLowClose → const ExcelChartType
-
Represents the stock chart with volume, open, high, low and close values.
- doughnut → const ExcelChartType
-
Represents the doughnut chart.
- doughnutExploded → const ExcelChartType
-
Represents the doughnut Exploded chart.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ExcelChartType> - A constant List of the values in this enum, in order of their declaration.