LegendEntry<D> class
Holder for the information used for a legend row.
T
the datum class type for the series passed in.
D
the domain class type for the datum.
- Inheritance
-
- Object
- LegendEntryBase
- LegendEntry
Constructors
-
LegendEntry(ImmutableSeries<
D> series, String label, {dynamic datum, int? datumIndex, D? domain, double? value, List<int?> ? selectedDataIndexes, Color? color, bool isSelected = false, TextStyleSpec? textStyle, int? rowNumber, int? columnNumber, int? rowCount, int? columnCount, bool? inFirstRow, bool? inFirstColumn, bool? inLastRow, bool? inLastColumn})
Properties
- color → Color?
-
final
- columnCount ↔ int?
-
Total number of columns in the legend.
getter/setter pairinherited
- columnNumber ↔ int?
-
Zero based index for the column where this legend appears in the legend.
getter/setter pairinherited
-
dashPattern
→ List<
int> ? -
Gets the dash pattern for the symbol from the given datum and series.
no setter
- datum → dynamic
-
final
- datumIndex → int?
-
final
- domain → D?
-
final
- formattedValue ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inFirstColumn ↔ bool?
-
Indicates whether this is in the first column of a tabular layout.
getter/setter pairinherited
- inFirstRow ↔ bool?
-
Indicates whether this is in the first row of a tabular layout.
getter/setter pairinherited
- inLastColumn ↔ bool?
-
Indicates whether this is in the last column of a tabular layout.
getter/setter pairinherited
- inLastRow ↔ bool?
-
Indicates whether this is in the last row of a tabular layout.
getter/setter pairinherited
- isSelected ↔ bool
-
getter/setter pair
- label → String
-
finalinherited
- rowCount ↔ int?
-
Total number of rows in the legend.
getter/setter pairinherited
- rowNumber ↔ int?
-
Zero based index for the row where this legend appears in the legend.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selectedDataIndexes
↔ List<
int?> ? -
getter/setter pair
-
series
→ ImmutableSeries<
D> -
final
- symbolRenderer → SymbolRenderer?
-
Get the native symbol renderer stored in the series.
no setter
- textStyle → TextStyleSpec?
-
finalinherited
- value ↔ double?
-
getter/setter pair
Methods
-
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