indexAxis

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the indexAxis of widget to {"x" | "y"}
get the indexAxis of widget
Associationscom.livecode.widget.chart
Summary

Sets the major axis for charts that use the Cartesian coordinate system.

OSmac, windows, linux, ios, android, web
Example
set the indexAxis of widget "Chart View" to "y"
Description

Use the indexAxis property to change the main axis. This will only affect charts that use the Cartesian coordinate system. So the graphics of the type Radar, Donut, Pie and Polar Area will not be affected.