axes property

dynamic axes

Set y axis the data related to. y and y2 can be used.

  • NOTE: If all data is related to one of the axes, the domain of axis without related data will be replaced by the domain from the axis with related data

Implementation

external dynamic /*JSMap of <String,String>*/ get axes;
void axes=(dynamic v)

Implementation

external set axes(dynamic /*JSMap of <String,String>*/ v);