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
20
21 module com { module sun { module star { module chart {
22
23
34published service Diagram
35{
36
38
43
48
53
54
59 [optional, property] boolean AutomaticPosition;
60
61
66 [optional, property] boolean AutomaticSize;
67
68
70
71
79
80
88
89
94 [property] long DataCaption;
95
96
101 [optional, property] long MissingValueTreatment;
102
103};
104
105
106}; }; }; };
107
108/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:46
Easier access to the different axes within a chart.
Definition XAxisSupplier.idl:27
allow for different positioning options for a diagram
Definition XDiagramPositioning.idl:29
manages the diagram of the chart document.
Definition XDiagram.idl:29
Definition XSecondAxisTitleSupplier.idl:24
ChartDataRowSource
specifies if the data rows (aka data series) displayed in the chart, take their values from the row o...
Definition ChartDataRowSource.idl:30
Definition Ambiguous.idl:20
the base service for the diagram of the chart document.
Definition Diagram.idl:35
long MissingValueTreatment
specifies how empty or invalid cells in the provided data should be handled when displayed
Definition Diagram.idl:101
boolean AutomaticSize
If this property is TRUE the size is calculated by the application automatically.
Definition Diagram.idl:66
boolean AutomaticPosition
If this property is TRUE the position is calculated by the application automatically.
Definition Diagram.idl:59
long DataCaption
specifies how the caption of data points is displayed.
Definition Diagram.idl:94
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:87
A component that supports this service preserves XML attributes, unknown by its parser,...
Definition UserDefinedAttributesSupplier.idl:29