LibreOffice
LibreOffice 24.2 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 
20 module com
21 {
22 module sun
23 {
24 module star
25 {
26 module chart2
27 {
28 
29  // NOTES
30 
31  // ability to be combined - data series combiner (another component?)
32  // coordinatesystem-supplier
33  // chart-type ? property string rendererServiceName
34 
35 
45 service DataSeries
46 {
49 // service CoordinateSystemSupplier;
50 
51 // service ChartTypeSupplier;
55  service ::com::sun::star::beans::PropertySet;
56 
71 
72 
75  interface XDataSeries;
76 
79  interface data::XDataSink;
80 
83  interface data::XDataSource;
84 
94 // interface ::com::sun::star::container::XIndexContainer;
95 
101 // interface ::com::sun::star::container::XContainer;
102 
105  [optional] interface XRegressionCurveContainer;
106 
107 
117  // stored at the DataSeriesGroup now
118 // [property] string DataRendererServiceName;
119 
138  [readonly, optional, property] sequence< long > AttributedDataPoints;
139 
143 
147  [optional, property] boolean VaryColorsByPoint;
148 
163  [optional, property] long AttachedAxisIndex;
164 
170  [optional, property] boolean ShowLegendEntry;
171 
177  [optional, property] sequence<long> DeletedLegendEntries;
178 
184  [optional, property] boolean ShowCustomLeaderLines;
185 };
186 
187 } ; // chart2
188 } ; // com
189 } ; // sun
190 } ; // star
191 
192 
193 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides access to sequences of data.
Definition: XDataSource.idl:43
reflects the model data of the object that has all the information for a DataRenderer to create a vis...
Definition: DataSeries.idl:45
service DataPointProperties
these properties serve as default for data points.
Definition: DataSeries.idl:70
A data series represents the object that has all the knowledge to be rendered as a visual data series...
Definition: XDataSeries.idl:32
Definition: Ambiguous.idl:20
StackingDirection StackingDirection
indicates whether this series should be stacked with respect to the previous series.
Definition: DataSeries.idl:142
is a container for sequences of data.
Definition: XDataSink.idl:37
StackingDirection
Definition: StackingDirection.idl:29
Definition: XRegressionCurveContainer.idl:29
sequence< long > DeletedLegendEntries
A sequence of indexes denoting which data points shouldn&#39;t be shown in the legend.
Definition: DataSeries.idl:177
boolean ShowLegendEntry
This property describes whether the legend entry for the the data series should be shown...
Definition: DataSeries.idl:170
long AttachedAxisIndex
This property describes whether the series should be shown at the main value axis or at the secondary...
Definition: DataSeries.idl:163
boolean VaryColorsByPoint
If TRUE, the data points of this series get different colors by default, like in a pie chart...
Definition: DataSeries.idl:147
boolean ShowCustomLeaderLines
This property describes whether the data point and the data label are connected with a leader line...
Definition: DataSeries.idl:184