20 module
com { module sun { module star { module chart {
24 published constants ErrorBarStyle
const long RELATIVE
The length of the error indicators is calculated for each data point by taking the percentage given a...
Definition: ErrorBarStyle.idl:57
const long FROM_DATA
Uses values given by cell ranges of the container document.
Definition: ErrorBarStyle.idl:81
Definition: Ambiguous.idl:20
const long STANDARD_ERROR
displays error indicators for the standard error, also known as the standard deviation of the mean (S...
Definition: ErrorBarStyle.idl:71
const long ERROR_MARGIN
The length of the error indicators for all data points is calculated by taking the percentage given a...
Definition: ErrorBarStyle.idl:66
const long ABSOLUTE
the error indicators for all data points have the same absolute value as length for either direction...
Definition: ErrorBarStyle.idl:48
const long NONE
error indicators are not displayed.
Definition: ErrorBarStyle.idl:28
const long VARIANCE
displays error indicators for the variance of the data.
Definition: ErrorBarStyle.idl:32
const long STANDARD_DEVIATION
displays error indicators for the standard deviation (square root of variance) of the data...
Definition: ErrorBarStyle.idl:37