LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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
20module com
21{
22module sun
23{
24module star
25{
26module chart2
27{
28
29service 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: */
Definition Ambiguous.idl:20
Definition Diagram.idl:30
boolean SortByXValues
Sort data points by x values for rendering.
Definition Diagram.idl:60
::com::sun::star::chart2::RelativeSize RelativeSize
The size of the diagram as relative size of the page size.
Definition Diagram.idl:52
boolean PosSizeExcludeLabels
The attributes RelativePosition and RelativeSize should be used for the inner coordinate region witho...
Definition Diagram.idl:56
boolean RightAngledAxes
Definition Diagram.idl:83
long StartingAngle
Starting angle in degrees for pie charts and doughnut charts.
Definition Diagram.idl:81
long MissingValueTreatment
specifies how empty or invalid cells in the provided data should be handled when displayed
Definition Diagram.idl:101
string ExternalData
Definition Diagram.idl:103
long RotationHorizontal
Horizontal rotation of 3D charts in degrees ( ]-180,180] ).
Definition Diagram.idl:91
interface XTitled
gives access to the sub title of a chart document
Definition Diagram.idl:37
long Perspective
Perspective of 3D charts ( [0,100] ).
Definition Diagram.idl:87
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
::com::sun::star::chart2::RelativePosition RelativePosition
The position is as a relative position on the page.
Definition Diagram.idl:48
long RotationVertical
Vertical rotation of 3D charts in degrees ( ]-180,180] ).
Definition Diagram.idl:95
boolean ConnectBars
Draw connection lines for stacked bar charts.
Definition Diagram.idl:64
Determines a position of an object relative to a size defined by other means.
Definition RelativePosition.idl:34
Gives a position relative to some size defined by other means.
Definition RelativeSize.idl:35