Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

service ChartStatistics
Description
offers statistical properties for the data in the chart. It is available for a single data row and for the whole diagram.

Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Summary
double
ConstantErrorLow
specifies the lower limit of the error range of a data row.  
double
ConstantErrorHigh
specifies the upper limit of the error range of a data row.  
boolean
MeanValue
determines if the mean value for a data row is displayed as a line.  
ChartErrorCategory
ErrorCategory
[ DEPRECATED ]
determines the type of error to indicate.  
long
ErrorBarStyle
[ OPTIONAL ]
determines the style of the error bars. Use this instead of ErrorCategory  
double
PercentageError
specifies the percentage that is used to display error bars.  
double
ErrorMargin
specifies the percentage for the margin of errors.  
ChartErrorIndicatorType
ErrorIndicator
determines how the error is indicated.  
ChartRegressionCurveType
RegressionCurves
determines a type of regression for the data row values.  
string
ErrorBarRangePositive
[ OPTIONAL ]
contains a cell range string for positve error bars. This property is used when the ::ErrorBarCategory is set to ::ErrorBarCategory::FROM_DATA.  
string
ErrorBarRangeNegative
[ OPTIONAL ]
contains a cell range string for negative error bars. This property is used when the ::ErrorBarCategory is set to ::ErrorBarCategory::FROM_DATA.  
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Details
ConstantErrorLow
double ConstantErrorLow;
Description
specifies the lower limit of the error range of a data row.

this setting is effective if the ChartStatistics::ErrorCategory is set to ChartErrorCategory::CONSTANT_VALUE.

See also
ConstantErrorHigh, ErrorCategory
ConstantErrorHigh
double ConstantErrorHigh;
Description
specifies the upper limit of the error range of a data row.

this setting is effective if the ChartStatistics::ErrorCategory is set to ChartErrorCategory::CONSTANT_VALUE.

See also
ConstantErrorLow, ErrorCategory
MeanValue
boolean MeanValue;
Description
determines if the mean value for a data row is displayed as a line.
ErrorCategory
ChartErrorCategory ErrorCategory;
Usage Restrictions
deprecated
Description
determines the type of error to indicate.
See also
ChartErrorCategory, PercentageError, ErrorMargin, ConstantErrorLow, ConstantErrorHigh, ErrorIndicator
ErrorBarStyle
long ErrorBarStyle;
Usage Restrictions
optional
Description
determines the style of the error bars. Use this instead of ErrorCategory
See also
ErrorBarStyle
PercentageError
double PercentageError;
Description
specifies the percentage that is used to display error bars.

The length of the error indicators is calculated for each data point by taking the given percentatge of its value.

this setting is effective if the ChartStatistics::ErrorCategory is set to ChartErrorCategory::PERCENT.

See also
ErrorCategory
ErrorMargin
double ErrorMargin;
Description
specifies the percentage for the margin of errors.

The length of the error indicators is calculated by taking the percentage given of the largest data point value.

this setting is effective if the ChartStatistics::ErrorCategory is set to ChartErrorCategory::ERROR_MARGIN.

See also
ErrorCategory
ErrorIndicator
ChartErrorIndicatorType ErrorIndicator;
Description
determines how the error is indicated.

You can enable indicators pointing up, down or both.

See also
ErrorCategory
RegressionCurves
ChartRegressionCurveType RegressionCurves;
Description
determines a type of regression for the data row values.
See also
ChartRegressionCurveType
ErrorBarRangePositive
string ErrorBarRangePositive;
Usage Restrictions
optional
Description
contains a cell range string for positve error bars. This property is used when the ::ErrorBarCategory is set to ::ErrorBarCategory::FROM_DATA.
ErrorBarRangeNegative
string ErrorBarRangeNegative;
Usage Restrictions
optional
Description
contains a cell range string for negative error bars. This property is used when the ::ErrorBarCategory is set to ::ErrorBarCategory::FROM_DATA.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.