LibreOffice
LibreOffice 7.4 SDK API Reference
Exported Interfaces | Public Attributes | List of all members
ChartStatistics Service Referencepublished

offers statistical properties for the data in the chart. More...

import"ChartStatistics.idl";

Inheritance diagram for ChartStatistics:
XPropertySet XInterface AreaDiagram BarDiagram BubbleDiagram ChartDataRowProperties LineDiagram StockDiagram XYDiagram XYDiagram

Exported Interfaces

interface com::sun::star::beans::XPropertySet
 

Public Attributes

double ConstantErrorLow
 specifies the lower limit of the error range of a data row. More...
 
double ConstantErrorHigh
 specifies the upper limit of the error range of a data row. More...
 
boolean MeanValue
 determines if the mean value for a data row is displayed as a line. More...
 
com::sun::star::chart::ChartErrorCategory ErrorCategory
 determines the type of error to indicate. More...
 
long ErrorBarStyle
 determines the style of the error bars. More...
 
double PercentageError
 specifies the percentage that is used to display error bars. More...
 
double ErrorMargin
 specifies the percentage for the margin of errors. More...
 
com::sun::star::chart::ChartErrorIndicatorType ErrorIndicator
 determines how the error is indicated. More...
 
com::sun::star::chart::ChartRegressionCurveType RegressionCurves
 determines a type of regression for the data row values. More...
 
string ErrorBarRangePositive
 contains a cell range string for positive error bars. More...
 
string ErrorBarRangeNegative
 contains a cell range string for negative error bars. More...
 

Additional Inherited Members

- Public Member Functions inherited from XPropertySet
com::sun::star::beans::XPropertySetInfo getPropertySetInfo ()
 
void setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException )
 sets the value of the property with the specified name. More...
 
any getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 
void addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 adds an XPropertyChangeListener to the specified property. More...
 
void removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 removes an XPropertyChangeListener from the listener list. More...
 
void addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
 
void removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 removes an XVetoableChangeListener from the listener list. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed 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

◆ com::sun::star::beans::XPropertySet

Member Data Documentation

◆ ConstantErrorHigh

double ConstantErrorHigh
property

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

◆ ConstantErrorLow

double ConstantErrorLow
property

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

◆ ErrorBarRangeNegative

string ErrorBarRangeNegative
optionalproperty

contains a cell range string for negative error bars.

This property is used when the ErrorBarCategory is set to ErrorBarCategory::FROM_DATA.

◆ ErrorBarRangePositive

string ErrorBarRangePositive
optionalproperty

contains a cell range string for positive error bars.

This property is used when the ErrorBarCategory is set to ErrorBarCategory::FROM_DATA.

◆ ErrorBarStyle

long ErrorBarStyle
optionalproperty

determines the style of the error bars.

Use this instead of ErrorCategory

See also
ErrorBarStyle

◆ ErrorCategory

◆ ErrorIndicator

determines how the error is indicated.

You can enable indicators pointing up, down or both.

See also
ErrorCategory

◆ ErrorMargin

double ErrorMargin
property

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

◆ MeanValue

boolean MeanValue
property

determines if the mean value for a data row is displayed as a line.

◆ PercentageError

double PercentageError
property

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 percentage of its value.

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

See also
ErrorCategory

◆ RegressionCurves

determines a type of regression for the data row values.

See also
ChartRegressionCurveType

The documentation for this service was generated from the following file: