maxYScale

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the maxYScale of widget to <number>
get the maxYScale of widget
Associationscom.livecode.widget.chart
Summary

the maximum value that the scale can take on the y-axis

OSmac, windows, linux, ios, android, web
Example
on mouseUp
  set the maxYScale of widget "Chart View" to 3000
end mouseUp
Description

Use the maxYScale property to get and set the maximum value the y-axis can take