InitialSelection<D> class

Chart behavior that sets the initial selection for a selectionModelType.

Inheritance
Annotations

Constructors

InitialSelection({SelectionModelType selectionModelType = common.SelectionModelType.info, List<String>? selectedSeriesConfig, List<SeriesDatumConfig<D>>? selectedDataConfig, bool shouldPreserveSelectionOnDraw = false})

Properties

desiredGestures Set<GestureType>
final
hashCode int
The hash code for this object.
no setteroverride
role String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDataConfig List<SeriesDatumConfig<D>>?
final
selectedSeriesConfig List<String>?
final
selectionModelType SelectionModelType
final
shouldPreserveSelectionOnDraw bool
final

Methods

createCommonBehavior() → InitialSelection<D>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCommonBehavior(ChartBehavior commonBehavior) → void
override

Operators

operator ==(Object o) bool
The equality operator.
override