domain property

List<num> domain

Set the axis domain value if set, will not be correlated with the main x Axis domain value

Implementation

external List<num> /*Tuple of <num,num>*/ get domain;
void domain=(List<num> v)

Implementation

external set domain(List<num> /*Tuple of <num,num>*/ v);