1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef __com_sun_star_chart_ChartDataRowProperties_idl__
20 #define __com_sun_star_chart_ChartDataRowProperties_idl__
22 #include
<com
/sun
/star
/chart
/ChartDataPointProperties.idl
>
24 #include
<com
/sun
/star
/chart
/ChartStatistics.idl
>
26 #include
<com
/sun
/star
/beans
/XPropertySet.idl
>
28 #include
<com
/sun
/star
/xml
/UserDefinedAttributesSupplier.idl
>
31 module com
{ module sun
{ module star
{ module chart
{
34 /** specifies the properties for a group of graphic elements which
35 belong to a data row (also known as data series).
37 <p>For this service, the properties supported by
38 ChartDataPointProperties are applied to all data
39 point elements contained in this group. They serve as a template;
40 thus, when changing a data point property afterwards</p>
42 @see ChartDataPointProperties
44 published service ChartDataRowProperties
46 service com
::sun
::star
::chart
::ChartDataPointProperties
;
47 /** Statistical properties are not available for all types of
50 [optional] service com
::sun
::star
::chart
::ChartStatistics
;
52 /** If ChartDataRowProperties may be stored as XML
53 file, this service should be supported in order to preserve
54 unparsed XML attributes.
58 [optional] service com
::sun
::star
::xml
::UserDefinedAttributesSupplier
;
60 interface com
::sun
::star
::beans
::XPropertySet
;
63 /** determines to which axis the data row is assigned.
65 <p>The axis must be a primary or secondary y-axis</p>
68 @see ChartAxisYSupplier
69 @see ChartTwoAxisYSupplier
74 /** holds the properties of the regression line, if such one is
80 [optional, readonly, property
] com
::sun
::star
::beans
::XPropertySet DataRegressionProperties
;
83 /** holds the properties of the error markers, if those are
89 [optional, readonly, property
] com
::sun
::star
::beans
::XPropertySet DataErrorProperties
;
92 /** holds the properties of the average line, if such one is
98 [optional, readonly, property
] com
::sun
::star
::beans
::XPropertySet DataMeanValueProperties
;
106 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */