maxXScale

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

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

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

Use the maxXScale property to get and set the maximum value the x-axis can take