You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

It is easier to build lists where the data values are represented by the list rows rather than the column. Use the transpose property in the charts to transpose the list rows and columns.
For example if you have the following list:

Column 1

20

15

30

25

55

 |
 
If you set the transpose property to true, it is as if you were using the following list:

Column 1

Column 2

Column 3

Column 4

Column 5

20

15

30

25

55

 |
 

  • No labels