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

enum ChartErrorIndicatorType
Description
specifies how the error is indicated.

Values
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
NONE,
Description
displays no error indicators.
TOP_AND_BOTTOM
TOP_AND_BOTTOM,
Description
displays both the upper and lower values.
UPPER
UPPER,
Description
displays only the upper value.
LOWER
LOWER,
Description
displays only the lower value.
Top of Page