19 #ifndef com_sun_star_chart_ErrorBarStyle_idl
20 #define com_sun_star_chart_ErrorBarStyle_idl
22 module com { module sun { module star { module chart {
26 published constants ErrorBarStyle
displays error indicators for the variance of the data row.
Definition: ChartErrorCategory.idl:39
const long RELATIVE
The length of the error indicators is calculated for each data point by taking the percentage given a...
Definition: ErrorBarStyle.idl:59
const long FROM_DATA
Uses values given by cell ranges of the container document.
Definition: ErrorBarStyle.idl:83
const long STANDARD_ERROR
displays error indicators for the standard error, also known as the standard deviation of the mean (S...
Definition: ErrorBarStyle.idl:73
displays error indicators for the standard deviation (square root of variance) of the data row...
Definition: ChartErrorCategory.idl:45
const long ABSOLUTE
the error indicators for all data points have the same absolute value as length for either direction...
Definition: ErrorBarStyle.idl:50
The length of the error indicators for all data points is calculated by taking the percentage given a...
Definition: ChartErrorCategory.idl:65
const short NONE
Definition: AnimationAdditiveMode.idl:52