service ChartDataRowProperties in module com::sun::star::chart::

(Global Index)

Syntax

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 [ OPTIONAL ]

Property Summary

Axis determines to which axis the data row is assigned.

DataRegressionProperties holds the properties of the regression line, if such one is enabled.

DataErrorProperties holds the properties of the error markers, if those are enabled.

DataMeanValueProperties holds the properties of the average line, if such one is enabled.

Property Details



Axis

Syntax

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 [ O P T I O N A L ]

Syntax

[readonly] com::sun::star::beans::XPropertySet DataRegressionProperties;

Description

holds the properties of the regression line, if such one is enabled.

See also

ChartLine

See also

ChartStatistics

DataErrorProperties [ O P T I O N A L ]

Syntax

[readonly] com::sun::star::beans::XPropertySet DataErrorProperties;

Description

holds the properties of the error markers, if those are enabled.

See also

ChartLine

See also

ChartStatistics

DataMeanValueProperties [ O P T I O N A L ]

Syntax

[readonly] com::sun::star::beans::XPropertySet DataMeanValueProperties;

Description

holds the properties of the average line, if such one is enabled.

See also

ChartLine

See also

ChartStatistics
Top of Page