ChartType enum

Inheritance

Constructors

ChartType()
const

Values

pie → const ChartType
bar → const ChartType
bubble → const ChartType
stackingBar → const ChartType
stackingBar100 → const ChartType
line → const ChartType
spline → const ChartType
area → const ChartType
splineArea → const ChartType
doughnut → const ChartType
halfDoughnut → const ChartType
column → const ChartType
stackingArea → const ChartType
stackingArea100 → const ChartType
stackingColumn → const ChartType
stackingColumn100 → const ChartType
scatter → const ChartType
radar → const ChartType
stepLine → const ChartType
stepArea → const ChartType
stackingLine → const ChartType
stackingLine100 → const ChartType
funnel → const ChartType
polar → const ChartType
pyramid → const ChartType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<ChartType>
A constant List of the values in this enum, in order of their declaration.