CategoryScale class

Inheritance

Constructors

CategoryScale(List<String> domain, List<num> range, bool inverse)

Properties

domain List<String>
表示域的范围
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
inverse bool
finalinherited
range List<num>
映射域的值(比如坐标等)
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tickCount int
no setteroverride
viewInterval num
no setterinherited

Methods

domainValue(covariant num rangeData) String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rangeValue(DynamicData domainData) num
override
toString() String
A string representation of this object.
inherited

Operators

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