XChartDocument.idl (d1766043) XChartDocument.idl (0d3a54ff)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 123 unchanged lines hidden (view full) ---

132 //-------------------------------------------------------------------------
133
134 /** @returns
135 the data of the chart.
136
137 <p>The returned object supports interface <type>XChartDataArray</type>
138 which can be used to access the concrete data.</p>
139
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 123 unchanged lines hidden (view full) ---

132 //-------------------------------------------------------------------------
133
134 /** @returns
135 the data of the chart.
136
137 <p>The returned object supports interface <type>XChartDataArray</type>
138 which can be used to access the concrete data.</p>
139
140 <p>Since OOo 3.3 the returned object also supports interface <type>XComplexDescriptionAccess</type>
140 <p>Since OpenOffice 3.3 the returned object also supports interface <type>XComplexDescriptionAccess</type>
141 which can be used to access complex hierarchical axis descriptions.</p>
142
141 which can be used to access complex hierarchical axis descriptions.</p>
142
143 <p>Since OOo 3.4 the returned object also supports interface <type>XDateCategories</type>.</p>
143 <p>Since OpenOffice 3.4 the returned object also supports interface <type>XDateCategories</type>.</p>
144
145 @see XChartData
146 @see XChartDataArray
147 @see XComplexDescriptionAccess
148 @see XDateCategories
149 */
150 com::sun::star::chart::XChartData getData();
151
152 //-------------------------------------------------------------------------
153
154 /** attaches data to the chart.
155
156 <p>The given object needs to support interface <type>XChartDataArray</type>.</p>
157
144
145 @see XChartData
146 @see XChartDataArray
147 @see XComplexDescriptionAccess
148 @see XDateCategories
149 */
150 com::sun::star::chart::XChartData getData();
151
152 //-------------------------------------------------------------------------
153
154 /** attaches data to the chart.
155
156 <p>The given object needs to support interface <type>XChartDataArray</type>.</p>
157
158 <p>Since OOo 3.3 if the given object might support interface <type>XComplexDescriptionAccess</type>
158 <p>Since OpenOffice 3.3 if the given object might support interface <type>XComplexDescriptionAccess</type>
159 which allows to set complex hierarchical axis descriptions.</p>
160
159 which allows to set complex hierarchical axis descriptions.</p>
160
161 <p>Since OOo 3.4 if the given object might support interface <type>XDateCategories</type>
161 <p>Since OpenOffice 3.4 if the given object might support interface <type>XDateCategories</type>
162 which allows to set date values as x values for category charts.</p>
163
164 <p>The given data is copied before it is applied to the chart.
165 So changing xData after this call will have no effect on the chart.</p>
166
167 @see XChartData
168 @see XChartDataArray
169 @see XComplexDescriptionAccess

--- 14 unchanged lines hidden ---
162 which allows to set date values as x values for category charts.</p>
163
164 <p>The given data is copied before it is applied to the chart.
165 So changing xData after this call will have no effect on the chart.</p>
166
167 @see XChartData
168 @see XChartDataArray
169 @see XComplexDescriptionAccess

--- 14 unchanged lines hidden ---