LibreOffice
LibreOffice 24.2 SDK API Reference
|
offers statistical properties for the data in the chart. More...
import"ChartStatistics.idl";
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... | |
offers statistical properties for the data in the chart.
It is available for a single data row and for the whole diagram.
interface com::sun::star::beans::XPropertySet |
|
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.
|
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.
|
optionalproperty |
contains a cell range string for negative error bars.
This property is used when the ErrorBarCategory is set to ErrorBarCategory::FROM_DATA.
|
optionalproperty |
contains a cell range string for positive error bars.
This property is used when the ErrorBarCategory is set to ErrorBarCategory::FROM_DATA.
|
optionalproperty |
|
property |
determines the type of error to indicate.
|
property |
determines how the error is indicated.
You can enable indicators pointing up, down or both.
|
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.
|
property |
determines if the mean value for a data row is displayed as a line.
|
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.
|
property |
determines a type of regression for the data row values.