scale property

Scale<V, num>? scale
getter/setter pair

Scale specification of this variable.

If null, a default scale is inferred from type V, OrdinalScale for String, LinearScale for num, and TimeScale for DateTime

Implementation

Scale<V, num>? scale;