onmax property

void onmax=(void fn(List<DataItem> d))

Set a callback for maximum data

  • NOTE: For 'area-line-range' and 'area-spline-range', mid data will be taken for the comparison

Implementation

external set onmax(void Function(/*Chart this*/ List<DataItem> d) fn);