FormattingRange: {
    end: number;
    start: number;
}

Object that represents a range of values. Directly related to using FormattingFunctions

 // Example
console.log(FormattingFunctions.NumericUnits(1000000, chart.axisY.getInterval()))

Type declaration

  • end: number
  • start: number