TimelineChartRenderer class
Timeline / Gantt-style chart renderer.
- Inheritance
-
- Object
- ChartRenderer
- TimelineChartRenderer
Constructors
- TimelineChartRenderer({double rowHeight = 28})
-
const
Properties
Methods
-
draw(
Canvas canvas, Size size, ChartContext context) → void -
override
-
hitRegions(
ChartContext context) → List< HitRegion> -
Optional hit regions for interaction.
override
-
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