SymmetricModifier class
The specification of a symmetric modifier.
The symmetric method redistributes all position points symmetricly around the zero, keeping their relative position unchanged.
It is mostly used in river chart, and funnel chart.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
equalTo(
Object other) → bool - Checks the equlity of two specs.
-
modify(
AttributesGroups groups, Map< String, ScaleConv< scales, AlgForm form, CoordConv coord, Offset origin) → AttributesGroupsdynamic, num> > -
Modifies the position of mark items.
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.