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.

Inheritance

Constructors

SymmetricModifier()

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<dynamic, num>> scales, AlgForm form, CoordConv coord, Offset origin) AttributesGroups
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.