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

enum ChartAxisArrangeOrderType
Description
Values specify the arrangement of the axes descriptions.

Values
AUTO The descriptions are arranged automatically.  
SIDE_BY_SIDE The descriptions are arranged side by side.  
STAGGER_EVEN The descriptions are alternately put on two lines with the even values out of the normal line.  
STAGGER_ODD The descriptions are alternately put on two lines with the odd values out of the normal line.  
Values' Details
AUTO
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
SIDE_BY_SIDE,
Description
The descriptions are arranged side by side.
STAGGER_EVEN
STAGGER_EVEN,
Description
The descriptions are alternately put on two lines with the even values out of the normal line.
STAGGER_ODD
STAGGER_ODD,
Description
The descriptions are alternately put on two lines with the odd values out of the normal line.
Top of Page