:: com :: sun :: star :: chart2 ::

service ErrorBar

Included Services - Summary
::com::sun::star::drawing::LineProperties
(referenced entity's summary:)
Exported Interfaces - Summary
::com::sun::star::chart2::data::XDataSink
::com::sun::star::chart2::data::XDataSource

allows querying data sequences that were set at error bars. (details)

Properties' Summary
long
ErrorBarStyle
 
double
PositiveError
 
double
NegativeError
 
double
Weight
The weight for the standard deviation.  
boolean
ShowPositiveError
 
boolean
ShowNegativeError
 
Included Services - Details
::com::sun::star::drawing::LineProperties
(referenced entity's summary:)
Exported Interfaces - Details
::com::sun::star::chart2::data::XDataSink
Usage Restrictions
optional
::com::sun::star::chart2::data::XDataSource
Usage Restrictions
optional
Description
allows querying data sequences that were set at error bars.
See also
::com::sun::star::chart2::data::DataSequenceRole
Properties' Details
ErrorBarStyle
long ErrorBarStyle;
See also
::com::sun::star::chart::ErrorBarStyle
PositiveError
double PositiveError;
NegativeError
double NegativeError;
Weight
double Weight;
Description
The weight for the standard deviation.
ShowPositiveError
boolean ShowPositiveError;
ShowNegativeError
boolean ShowNegativeError;

 
Top of Page