Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

com::sun::star::chart::ChartDataPointProperties
Description
specifies all the properties for the graphic object of a data point (e.g., a single bar in a bar chart).
com::sun::star::chart::ChartStatistics
[ OPTIONAL ]
Description
Statistical properties are not available for all types of diagrams.

Exported Interfaces

com::sun::star::beans::XPropertySet
Description
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