1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
27 #ifndef __com_sun_star_chart_ChartDataRowProperties_idl__
28 #define __com_sun_star_chart_ChartDataRowProperties_idl__
30 #ifndef __com_sun_star_chart_ChartDataPointProperties_idl__
31 #include
<com
/sun
/star
/chart
/ChartDataPointProperties.idl
>
34 #ifndef __com_sun_star_chart_ChartStatistics_idl__
35 #include
<com
/sun
/star
/chart
/ChartStatistics.idl
>
38 #ifndef __com_sun_star_beans_XPropertySet_idl__
39 #include
<com
/sun
/star
/beans
/XPropertySet.idl
>
42 #ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
43 #include
<com
/sun
/star
/xml
/UserDefinedAttributeSupplier.idl
>
46 //=============================================================================
48 module com
{ module sun
{ module star
{ module chart
{
50 //=============================================================================
52 /** specifies the properties for a group of graphic elements which
53 belong to a data row (also known as data series).
55 <p>For this service, the properties supported by
56 <type>ChartDataPointProperties</type> are applied to all data
57 point elements contained in this group. They serve as a template;
58 thus, when changing a data point property afterwards</p>
60 @see ChartDataPointProperties
62 published service ChartDataRowProperties
64 service com
::sun
::star
::chart
::ChartDataPointProperties
;
65 /** Statistical properties are not available for all types of
68 [optional] service com
::sun
::star
::chart
::ChartStatistics
;
70 /** If <type>ChartDataRowProperties</type> may be stored as XML
71 file, this service should be supported in order to preserve
72 unparsed XML attributes.
76 [optional] service com
::sun
::star
::xml
::UserDefinedAttributeSupplier
;
78 interface com
::sun
::star
::beans
::XPropertySet
;
80 //-------------------------------------------------------------------------
82 /** determines to which axis the data row is assigned.
84 <p>The axis must be a primary or secondary y-axis</p>
87 @see ChartAxisYSupplier
88 @see ChartTwoAxisYSupplier
92 //-------------------------------------------------------------------------
94 /** holds the properties of the regression line, if such one is
100 [optional, readonly, property
] com
::sun
::star
::beans
::XPropertySet DataRegressionProperties
;
102 //-------------------------------------------------------------------------
104 /** holds the properties of the error markers, if those are
110 [optional, readonly, property
] com
::sun
::star
::beans
::XPropertySet DataErrorProperties
;
112 //-------------------------------------------------------------------------
114 /** holds the properties of the average line, if such one is
120 [optional, readonly, property
] com
::sun
::star
::beans
::XPropertySet DataMeanValueProperties
;
123 //=============================================================================