AxisChartHelper class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
calcFitInsideOffset ({required AxisSide axisSide , required double ? childSize , required double parentAxisSize , required double axisPosition , required double distanceFromEdge })
→ Offset
Calculate translate offset to keep SideTitle
child
placed inside its corresponding axis.
The offset will translate the child to the closest edge inside
of the corresponding axis bounding box
iterateThroughAxis ({required double min , bool minIncluded = true , required double max , bool maxIncluded = true , required double baseLine , required double interval })
→ Iterable <double >
Iterates over an axis from min
to max
.
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited