Top   Module   Use   Manual   Index 

com :: sun :: star :: chart ::

enum ChartAxisArrangeOrderType


Description
Values specify the arrangement of the axes descriptions.


Values

AUTO
Description
The descriptions are arranged automatically.

If there is enough space to put them side by side, this arrangement is preferred. If the descriptions would overlap when arranged side by side, they are staggered.

SIDE_BY_SIDE
Description
The descriptions are arranged side by side.
STAGGER_EVEN
Description
The descriptions are alternately put on two lines with the even values out of the normal line.
STAGGER_ODD
Description
The descriptions are alternately put on two lines with the odd values out of the normal line.
Top of Page