Page History
リストの列ではなく、リスト行により示されるデータ値によりリストを作成する方がより簡単です。グラフ作成のtranspose(入れ替え)プロパティを使用して、リスト行と列を入れ替えることができます。
例えば、次のようなリストがあったとします。
列1 |
|---|
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:
transposeプロパティをtrueに設定すると、次のようなリストを使用しているのと同様になります。
列1 | 列2 | 列3 | 列4 | 列5 |
|---|
Column 1
Column 2
Column 3
Column 4
20 | 15 | 30 | 25 | 55 |