ErrorBarRenderDetails class

Holds the ErrorBarRenderDetails values.

Constructors

ErrorBarRenderDetails(int? pointIndex, int? viewPortPointIndex, ErrorBarValues? calculatedErrorBarValues)
Creating an argument constructor of ErrorBarRenderDetails class.

Properties

calculatedErrorBarValues → ErrorBarValues?
Specifies the current data point's error values.
final
hashCode int
The hash code for this object.
no setterinherited
pointIndex int?
Specifies the overall point index.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewPortPointIndex int?
Specifies the current point index.
final

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