values property

dynamic values

Set the x values of ticks manually. If this option is provided, the position of the ticks will be determined based on those values. This option works with timeseries data and the x values will be parsed accoding to the type of the value and data.xFormat option.

Implementation

external dynamic /*List<num>|List<String>|List<num> Function()*/ get values;
void values=(dynamic v)

Implementation

external set values(
    dynamic /*List<num>|List<String>|List<num> Function()*/ v);