VisibleQuoteAreaChangedCallback typedef
Called when the quotes in y-axis is changed
topQuote is an quote value of the chart's top edge.
bottomQuote is an quote value of the chart's bottom edge.
Implementation
typedef VisibleQuoteAreaChangedCallback =
Function(double topQuote, double bottomQuote);