LibreOffice
LibreOffice 7.4 SDK API Reference
DataSeries.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
19 #ifndef com_sun_star_chart2_DataSeries_idl
20 #define com_sun_star_chart2_DataSeries_idl
21 
31 
32 module com
33 {
34 module sun
35 {
36 module star
37 {
38 module chart2
39 {
40 
41  // NOTES
42 
43  // ability to be combined - data series combiner (another component?)
44  // coordinatesystem-supplier
45  // chart-type ? property string rendererServiceName
46 
47 
57 service DataSeries
58 {
61 // service CoordinateSystemSupplier;
62 
63 // service ChartTypeSupplier;
67  service ::com::sun::star::beans::PropertySet;
68 
83 
84 
87  interface XDataSeries;
88 
91  interface data::XDataSink;
92 
95  interface data::XDataSource;
96 
106 // interface ::com::sun::star::container::XIndexContainer;
107 
113 // interface ::com::sun::star::container::XContainer;
114 
117  [optional] interface XRegressionCurveContainer;
118 
119 
129  // stored at the DataSeriesGroup now
130 // [property] string DataRendererServiceName;
131 
150  [readonly, optional, property] sequence< long > AttributedDataPoints;
151 
155 
159  [optional, property] boolean VaryColorsByPoint;
160 
175  [optional, property] long AttachedAxisIndex;
176 
182  [optional, property] boolean ShowLegendEntry;
183 
189  [optional, property] sequence<long> DeletedLegendEntries;
190 
196  [optional, property] boolean ShowCustomLeaderLines;
197 };
198 
199 } ; // chart2
200 } ; // com
201 } ; // sun
202 } ; // star
203 
204 
205 #endif
206 
207 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
A data series represents the object that has all the knowledge to be rendered as a visual data series...
Definition: XDataSeries.idl:39
Definition: XRegressionCurveContainer.idl:37
is a container for sequences of data.
Definition: XDataSink.idl:43
provides access to sequences of data.
Definition: XDataSource.idl:50
StackingDirection
Definition: StackingDirection.idl:32
Definition: Ambiguous.idl:22
reflects the model data of the object that has all the information for a DataRenderer to create a vis...
Definition: DataSeries.idl:58
sequence< long > DeletedLegendEntries
A sequence of indexes denoting which data points shouldn't be shown in the legend.
Definition: DataSeries.idl:189
StackingDirection StackingDirection
indicates whether this series should be stacked with respect to the previous series.
Definition: DataSeries.idl:154
sequence< long > AttributedDataPoints
This service will be used to render this data series.
Definition: DataSeries.idl:117
boolean ShowLegendEntry
This property describes whether the legend entry for the the data series should be shown.
Definition: DataSeries.idl:182
long AttachedAxisIndex
This property describes whether the series should be shown at the main value axis or at the secondary...
Definition: DataSeries.idl:175
service DataPointProperties
these properties serve as default for data points.
Definition: DataSeries.idl:82
boolean ShowCustomLeaderLines
This property describes whether the data point and the data label are connected with a leader line.
Definition: DataSeries.idl:196
boolean VaryColorsByPoint
If TRUE, the data points of this series get different colors by default, like in a pie chart.
Definition: DataSeries.idl:159