CircleChartType enum

Drawing types of CircleChart CircleChartType.solid draws items in solid colors. CircleChartType.gradient draws items in gradients from their CircleChartItemData.color darker to their origin color. CircleChartType.bracelet like as gradient, but it come from the center, make the chart like a bracelet. CircleChartType.dots draws items in dots with their CircleChartItemData.color.

Inheritance

Constructors

CircleChartType()
const

Values

solid → const CircleChartType
gradient → const CircleChartType
bracelet → const CircleChartType
dots → const CircleChartType

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