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

LegendEntryGenerator()

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<D>> seriesList) List<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<D>> legendEntries, SelectionModel<D> selectionModel, List<MutableSeries<D>> seriesList) → void
Update the list of legend entries based on the selection model.

Operators

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