:: com :: sun :: star :: chart ::

service ChartDataRowProperties
Description
specifies the properties for a group of graphic elements which belong to a data row (also known as data series).

For this service, the properties supported by ChartDataPointProperties are applied to all data point elements contained in this group. They serve as a template; thus, when changing a data point property afterwards

See also
ChartDataPointProperties

Included Services
ChartDataPointProperties
specifies all the properties for the graphic object of a data point (e.g., a single bar in a bar chart).
ChartStatistics
[ OPTIONAL ]
Description
Statistical properties are not available for all types of diagrams.
::com::sun::star::xml::UserDefinedAttributeSupplier
[ OPTIONAL ]
Description
If ChartDataRowProperties may be stored as XML file, this service should be supported in order to preserve unparsed XML attributes.
Since version
OpenOffice.org 1.1.1
Exported Interfaces
::com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.
Properties' Summary
Axis determines to which axis the data row is assigned.
DataRegressionProperties [ OPTIONAL ]
holds the properties of the regression line, if such one is enabled.
DataErrorProperties [ OPTIONAL ]
holds the properties of the error markers, if those are enabled.
DataMeanValueProperties [ OPTIONAL ]
holds the properties of the average line, if such one is enabled.
Properties' Details
Axis
long Axis;
Description
determines to which axis the data row is assigned.

The axis must be a primary or secondary y-axis

See also
ChartAxisAssign
See also
ChartAxisYSupplier
See also
ChartTwoAxisYSupplier
DataRegressionProperties
[ readonly ] ::com::sun::star::beans::XPropertySet DataRegressionProperties;
[ OPTIONAL ]
Description
holds the properties of the regression line, if such one is enabled.
See also
ChartLine
See also
ChartStatistics
DataErrorProperties
[ readonly ] ::com::sun::star::beans::XPropertySet DataErrorProperties;
[ OPTIONAL ]
Description
holds the properties of the error markers, if those are enabled.
See also
ChartLine
See also
ChartStatistics
DataMeanValueProperties
[ readonly ] ::com::sun::star::beans::XPropertySet DataMeanValueProperties;
[ OPTIONAL ]
Description
holds the properties of the average line, if such one is enabled.
See also
ChartLine
See also
ChartStatistics

 
Top of Page