ColumnSegment class

Creates the segments for column series.

This generates the column series points and has the calculateSegmentPoints override method used to customize the column series segment point calculation.

It gets the path, stroke color and fill color from the series to render the column segment.

Inheritance

Constructors

ColumnSegment()

Properties

animationFactor double
Animation factor value.
getter/setter pairinherited
currentSegmentIndex int?
Current index value.
getter/setter pairinherited
fillPaint Paint?
Fill paint of the segment.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
points List<Offset>
Current point offset value.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentRect RRect
Rectangle of the segment. This could be used to render the segment while overriding this segment.
getter/setter pair
strokePaint Paint?
Stroke paint of the segment.
getter/setter pairinherited

Methods

calculateSegmentPoints() → void
Calculates the rendering bounds of a segment.
override
dispose() → void
To dispose the objects.
inherited
getFillPaint() Paint
Gets the color of the series.
override
getStrokePaint() Paint
Gets the border color of the series.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPaint(Canvas canvas) → void
Draws segment in series bounds.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited