LibreOffice
LibreOffice 24.2 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 
20 module com
21 {
22 module sun
23 {
24 module star
25 {
26 module chart2
27 {
28 
29 service Diagram
30 {
31  interface ::com::sun::star::chart2::XDiagram;
32 
33  interface ::com::sun::star::chart2::XCoordinateSystemContainer;
34 
37  interface XTitled;
38 
41  [optional] interface ::com::sun::star::chart::X3DDefaultSetter;
42 
49 
53 
56  [optional, property] boolean PosSizeExcludeLabels;
57 
60  [optional, property] boolean SortByXValues;
61 
64  [optional, property] boolean ConnectBars;
65 
77  [optional, property] boolean GroupBarsPerAxis;
78 
81  [optional, property] long StartingAngle;
82 
83  [optional, property] boolean RightAngledAxes;
84 
87  [optional, property] long Perspective;
88 
91  [optional, property] long RotationHorizontal;
92 
95  [optional, property] long RotationVertical;
96 
101  [optional, property] long MissingValueTreatment;
102 
103  [optional, property] string ExternalData;
104 
105 };
106 
107 } ; // chart2
108 } ; // com
109 } ; // sun
110 } ; // star
111 
112 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
boolean ConnectBars
Draw connection lines for stacked bar charts.
Definition: Diagram.idl:64
Definition: Ambiguous.idl:20
boolean RightAngledAxes
Definition: Diagram.idl:83
string ExternalData
Definition: Diagram.idl:103
Interface to be implemented by objects that support having a title of type XTitle.
Definition: XTitled.idl:32
boolean PosSizeExcludeLabels
The attributes RelativePosition and RelativeSize should be used for the inner coordinate region witho...
Definition: Diagram.idl:56
long Perspective
Perspective of 3D charts ( [0,100] ).
Definition: Diagram.idl:87
::com::sun::star::chart2::RelativePosition RelativePosition
The position is as a relative position on the page.
Definition: Diagram.idl:41
Definition: Diagram.idl:29
long RotationVertical
Vertical rotation of 3D charts in degrees ( ]-180,180] ).
Definition: Diagram.idl:95
Gives a position relative to some size defined by other means.
Definition: RelativeSize.idl:34
long StartingAngle
Starting angle in degrees for pie charts and doughnut charts.
Definition: Diagram.idl:81
::com::sun::star::chart2::RelativeSize RelativeSize
The size of the diagram as relative size of the page size.
Definition: Diagram.idl:52
Determines a position of an object relative to a size defined by other means.
Definition: RelativePosition.idl:33
long RotationHorizontal
Horizontal rotation of 3D charts in degrees ( ]-180,180] ).
Definition: Diagram.idl:91
boolean GroupBarsPerAxis
If bars of a bar or column chart are attached to different axis, this property determines how to disp...
Definition: Diagram.idl:77
long MissingValueTreatment
specifies how empty or invalid cells in the provided data should be handled when displayed ...
Definition: Diagram.idl:101
boolean SortByXValues
Sort data points by x values for rendering.
Definition: Diagram.idl:60