BarSeriesConfig class

Defines BarSeries specific data variables, which are utilized when drawing a BarChart.

Also calculates the minimum & maximum value in a given BarGroup.

Constructors

BarSeriesConfig.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
maxBarsInGroup int
Highest Count for number of bars in BarGroup
getter/setter pair
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

calcBarDataRange(List<BarGroup> barData, dynamic onUpdate(double minX, double maxX, double minY, double maxY)) → void
Updates the Minimum & Maximum X & Y values for this series config. Returns the newly calculated minimum's and maximums in onUpdate.
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