ChartCandleDataItem class

A collection of values for a candle in a chart.

Constructors

ChartCandleDataItem({required Color color, required ChartCandleDataItemValue value1, required ChartCandleDataItemValue value2, required double x})
const

Properties

color Color
The color of candle item.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value1 ChartCandleDataItemValue
The value1 of candle item.
final
value2 ChartCandleDataItemValue
The value2 of candle item.
final
x double
The x axis of candle item.
final

Methods

dispose() → void
Disposing all animations.
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