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

unpublished service ErrorBar
Usage Restrictions
not published

Included Services - Summary
::com::sun::star::drawing::LineProperties
Exported Interfaces - Summary
::com::sun::star::chart2::data::XDataSink

allows attaching data sequences to the error bars. (details)

::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
Exported Interfaces - Details
::com::sun::star::chart2::data::XDataSink
Usage Restrictions
optional
Description
allows attaching data sequences to the error bars.
See also
::com::sun::star::chart2::data::DataSequenceRole
::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