minYScale

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

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

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

Use the minYScale property to get and set the minimum value the y-axis can take