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

(Global Index)

Syntax

enum ChartErrorIndicatorType;

Description

specifies how the error is indicated.

Values Summary

NONE displays no error indicators.

TOP_AND_BOTTOM displays both the upper and lower values.

UPPER displays only the upper value.

LOWER displays only the lower value.

Values Details



NONE

Syntax

NONE,

Description

displays no error indicators.


TOP_AND_BOTTOM

Syntax

TOP_AND_BOTTOM,

Description

displays both the upper and lower values.


UPPER

Syntax

UPPER,

Description

displays only the upper value.


LOWER

Syntax

LOWER,

Description

displays only the lower value.

Top of Page