max

var max: VALUE? = null

The maximal value your axis can display, constrain your zoom, pan... to this limit. To avoid misconception, this can only apply to a "parent axis".

Note: if you want to display your axis using a given range of values, use start / end instead.