enum ChartAxisArrangeOrderType in module com::sun::star::chart::

(Global Index)

Syntax

enum ChartAxisArrangeOrderType;

Description

Values specify the arrangement of the axes descriptions.

Values Summary

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

Syntax

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

Syntax

SIDE_BY_SIDE,

Description

The descriptions are arranged side by side.


STAGGER_EVEN

Syntax

STAGGER_EVEN,

Description

The descriptions are alternately put on two lines with the even values out of the normal line.


STAGGER_ODD

Syntax

STAGGER_ODD,

Description

The descriptions are alternately put on two lines with the odd values out of the normal line.

Top of Page