Transposed

Syntax graph.Transposed(true|false)

Description Tells the graph whether or not to view the data transposed.

When a graph is transposed, data series become categories of data and categories of data become data series. In other words, the rows and columns of a graph are switched.

Because this command applies only to categorical data, you should only use it for data in the standard data class (refer to "Standard Data Class"). The effects of this command on non-standard data classes (such as x-y or stock) are unpredictable and, more than likely, not what you want.