CornerStyle enum
Corner style of range bar series.
Values
- bothFlat → const CornerStyle
-
- CornerStyle.bothFlat, will render both the corners flatly.
- bothCurve → const CornerStyle
-
- CornerStyle.bothCurve, will render both the corners curly.
- startCurve → const CornerStyle
-
- CornerStyle.startCurve, will render starting corner curly.
- endCurve → const CornerStyle
-
- CornerStyle.endCurve, will render ending corner curly.
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<
CornerStyle> - A constant List of the values in this enum, in order of their declaration.