Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormattingRange

Object that represents a range of values.

Index

Methods

getInnerEnd

  • getInnerEnd(): number
  • Get final value on range.

    This can be smaller than the start value, for example, in the case of a inverted Axis.

    Returns number

    Number

getInnerStart

  • getInnerStart(): number
  • Get first value on range.

    This can be higher than the end value, for example, in the case of a inverted Axis.

    Returns number

    Number