minXScale

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

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

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

Use the minXScale property to get and set the minimum value the x-axis can take