yValues property

List<num>? yValues
getter/setter pair

对应数据y轴的原始值 可能对应多个

Implementation

List<num>? yValues;