LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
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
20module com
21{
22module sun
23{
24module star
25{
26module 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
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
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: */
A data series represents the object that has all the knowledge to be rendered as a visual data series...
Definition XDataSeries.idl:33
Definition XRegressionCurveContainer.idl:30
is a container for sequences of data.
Definition XDataSink.idl:38
provides access to sequences of data.
Definition XDataSource.idl:45
StackingDirection
Definition StackingDirection.idl:30
Definition Ambiguous.idl:20
reflects the model data of the object that has all the information for a DataRenderer to create a vis...
Definition DataSeries.idl:46
sequence< long > DeletedLegendEntries
A sequence of indexes denoting which data points shouldn't be shown in the legend.
Definition DataSeries.idl:177
StackingDirection StackingDirection
indicates whether this series should be stacked with respect to the previous series.
Definition DataSeries.idl:142
sequence< long > AttributedDataPoints
This service will be used to render this data series.
Definition DataSeries.idl:138
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
service DataPointProperties
these properties serve as default for data points.
Definition DataSeries.idl:70
boolean ShowCustomLeaderLines
This property describes whether the data point and the data label are connected with a leader line.
Definition DataSeries.idl:184
boolean VaryColorsByPoint
If TRUE, the data points of this series get different colors by default, like in a pie chart.
Definition DataSeries.idl:147