:: com :: sun :: star :: sheet ::

service DataBar

Exported Interfaces - Summary
XConditionEntry
Properties' Summary
boolean
ShowValue
 
long
AxisPosition
 
boolean
UseGradient
 
::com::sun::star::util::Color
Color
 
::com::sun::star::util::Color
AxisColor
 
boolean
UseNegativeColor
 
::com::sun::star::util::Color
NegativeColor
[ OPTIONAL ]
 
sequence< XDataBarEntry >
DataBarEntries
 
double
MinimumLength
* Minimum databar length in percent of cell width. * * Allowed values are [0, 100) but smaller than MaximumLength.  
double
MaximumLength
* Maximum databar length in percent of cell width. * * Allowed values are (0, 1000) but larger than MinimumLength.  
Exported Interfaces - Details
XConditionEntry
Properties' Details
ShowValue
boolean ShowValue;
AxisPosition
long AxisPosition;
UseGradient
boolean UseGradient;
Color
::com::sun::star::util::Color Color;
AxisColor
::com::sun::star::util::Color AxisColor;
UseNegativeColor
boolean UseNegativeColor;
NegativeColor
::com::sun::star::util::Color NegativeColor;
Usage Restrictions
optional
DataBarEntries
sequence< XDataBarEntry > DataBarEntries;
MinimumLength
double MinimumLength;
Description
* Minimum databar length in percent of cell width. * * Allowed values are [0, 100) but smaller than MaximumLength.
MaximumLength
double MaximumLength;
Description
* Maximum databar length in percent of cell width. * * Allowed values are (0, 1000) but larger than MinimumLength.

 
Top of Page