LegendEntryGenerator<D> class
abstract
A strategy for generating a list of LegendEntry based on the series drawn.
D
the domain class type for the datum.
Constructors
Properties
- entryTextStyle ↔ TextStyleSpec?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- legendDefaultMeasure ↔ LegendDefaultMeasure
-
getter/setter pair
- measureFormatter ↔ MeasureFormatter?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryMeasureFormatter ↔ MeasureFormatter?
-
getter/setter pair
- showOverlaySeries ↔ bool
-
getter/setter pair
Methods
-
getLegendEntries(
List< MutableSeries< seriesList) → List<D> >LegendEntry< D> > - Generates a list of legend entries based on the series drawn on the chart.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateLegendEntries(
List< LegendEntry< legendEntries, SelectionModel<D> >D> selectionModel, List<MutableSeries< seriesList) → voidD> > - Update the list of legend entries based on the selection model.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited