LibreOffice
LibreOffice 7.4 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_chart2_Diagram_idl
20#define com_sun_star_chart2_Diagram_idl
21
28
29module com
30{
31module sun
32{
33module star
34{
35module chart2
36{
37
38service Diagram
39{
40 interface ::com::sun::star::chart2::XDiagram;
41
42 interface ::com::sun::star::chart2::XCoordinateSystemContainer;
43
46 interface XTitled;
47
50 [optional] interface ::com::sun::star::chart::X3DDefaultSetter;
51
58
62
65 [optional, property] boolean PosSizeExcludeLabels;
66
69 [optional, property] boolean SortByXValues;
70
73 [optional, property] boolean ConnectBars;
74
86 [optional, property] boolean GroupBarsPerAxis;
87
90 [optional, property] long StartingAngle;
91
92 [optional, property] boolean RightAngledAxes;
93
96 [optional, property] boolean DataTableHBorder;
97 [optional, property] boolean DataTableVBorder;
98 [optional, property] boolean DataTableOutline;
99
102 [optional, property] long Perspective;
103
106 [optional, property] long RotationHorizontal;
107
110 [optional, property] long RotationVertical;
111
116 [optional, property] long MissingValueTreatment;
117
118 [optional, property] string ExternalData;
119
120};
121
122} ; // chart2
123} ; // com
124} ; // sun
125} ; // star
126
127#endif
128
129/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Interface to be implemented by objects that support having a title of type XTitle.
Definition: XTitled.idl:38
Definition: Ambiguous.idl:22
Definition: Diagram.idl:39
boolean SortByXValues
Sort data points by x values for rendering.
Definition: Diagram.idl:69
boolean DataTableVBorder
Definition: Diagram.idl:97
::com::sun::star::chart2::RelativeSize RelativeSize
The size of the diagram as relative size of the page size.
Definition: Diagram.idl:61
boolean PosSizeExcludeLabels
The attributes RelativePosition and RelativeSize should be used for the inner coordinate region witho...
Definition: Diagram.idl:65
boolean RightAngledAxes
Definition: Diagram.idl:92
long StartingAngle
Starting angle in degrees for pie charts and doughnut charts.
Definition: Diagram.idl:90
boolean DataTableOutline
Definition: Diagram.idl:98
long MissingValueTreatment
specifies how empty or invalid cells in the provided data should be handled when displayed
Definition: Diagram.idl:116
string ExternalData
Definition: Diagram.idl:118
long RotationHorizontal
Horizontal rotation of 3D charts in degrees ( ]-180,180] ).
Definition: Diagram.idl:106
long Perspective
Perspective of 3D charts ( [0,100] ).
Definition: Diagram.idl:102
boolean GroupBarsPerAxis
If bars of a bar or column chart are attached to different axis, this property determines how to disp...
Definition: Diagram.idl:86
::com::sun::star::chart2::RelativePosition RelativePosition
The position is as a relative position on the page.
Definition: Diagram.idl:50
long RotationVertical
Vertical rotation of 3D charts in degrees ( ]-180,180] ).
Definition: Diagram.idl:110
boolean DataTableHBorder
Chart Datatable flags.
Definition: Diagram.idl:96
boolean ConnectBars
Draw connection lines for stacked bar charts.
Definition: Diagram.idl:73
Determines a position of an object relative to a size defined by other means.
Definition: RelativePosition.idl:38
Gives a position relative to some size defined by other means.
Definition: RelativeSize.idl:37