LibreOffice
LibreOffice 7.3 SDK API Reference
Diagram.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_chart_Diagram_idl__
20#define __com_sun_star_chart_Diagram_idl__
21
25
28
30
32
33
34 module com { module sun { module star { module chart {
35
36
47published service Diagram
48{
49
51
56
61
66
67
72 [optional, property] boolean AutomaticPosition;
73
74
79 [optional, property] boolean AutomaticSize;
80
81
83
84
92
93
101
102
107 [property] long DataCaption;
108
109
114 [optional, property] long MissingValueTreatment;
115
116};
117
118
119}; }; }; };
120
121#endif
122
123/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
Easier access to the different axes within a chart.
Definition: XAxisSupplier.idl:31
allow for different positioning options for a diagram
Definition: XDiagramPositioning.idl:34
manages the diagram of the chart document.
Definition: XDiagram.idl:37
Definition: XSecondAxisTitleSupplier.idl:30
ChartDataRowSource
specifies if the data rows (aka data series) displayed in the chart, take their values from the row o...
Definition: ChartDataRowSource.idl:32
Definition: Ambiguous.idl:22
the base service for the diagram of the chart document.
Definition: Diagram.idl:48
long MissingValueTreatment
specifies how empty or invalid cells in the provided data should be handled when displayed
Definition: Diagram.idl:114
boolean AutomaticSize
If this property is TRUE the size is calculated by the application automatically.
Definition: Diagram.idl:79
boolean AutomaticPosition
If this property is TRUE the position is calculated by the application automatically.
Definition: Diagram.idl:72
long DataCaption
specifies how the caption of data points is displayed.
Definition: Diagram.idl:107
com::sun::star::chart::ChartDataRowSource DataRowSource
determines if the data for a data row is contained in the columns or in the rows of the data array.
Definition: Diagram.idl:100
A component that supports this service preserves XML attributes, unknown by its parser,...
Definition: UserDefinedAttributesSupplier.idl:33