LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
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
34
published service
Diagram
35
{
36
37
interface
com::sun::star::chart::XDiagram
;
38
42
[optional]
interface
com::sun::star::chart::XAxisSupplier
;
43
47
[optional]
interface
com::sun::star::chart::XSecondAxisTitleSupplier
;
48
52
[optional]
interface
com::sun::star::chart::XDiagramPositioning
;
53
54
59
[optional, property]
boolean
AutomaticPosition
;
60
61
66
[optional, property]
boolean
AutomaticSize
;
67
68
69
interface
com::sun::star::beans::XPropertySet
;
70
71
78
[optional] service
com::sun::star::xml::UserDefinedAttributesSupplier
;
79
80
87
[property]
com::sun::star::chart::ChartDataRowSource
DataRowSource
;
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: */
com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.
Definition
XPropertySet.idl:46
com::sun::star::chart::XAxisSupplier
Easier access to the different axes within a chart.
Definition
XAxisSupplier.idl:27
com::sun::star::chart::XDiagramPositioning
allow for different positioning options for a diagram
Definition
XDiagramPositioning.idl:29
com::sun::star::chart::XDiagram
manages the diagram of the chart document.
Definition
XDiagram.idl:29
com::sun::star::chart::XSecondAxisTitleSupplier
Definition
XSecondAxisTitleSupplier.idl:24
com::sun::star::chart::ChartDataRowSource
ChartDataRowSource
specifies if the data rows (aka data series) displayed in the chart, take their values from the row o...
Definition
ChartDataRowSource.idl:30
com
Definition
Ambiguous.idl:20
com::sun::star::chart::Diagram
the base service for the diagram of the chart document.
Definition
Diagram.idl:35
com::sun::star::chart::Diagram::MissingValueTreatment
long MissingValueTreatment
specifies how empty or invalid cells in the provided data should be handled when displayed
Definition
Diagram.idl:101
com::sun::star::chart::Diagram::AutomaticSize
boolean AutomaticSize
If this property is TRUE the size is calculated by the application automatically.
Definition
Diagram.idl:66
com::sun::star::chart::Diagram::AutomaticPosition
boolean AutomaticPosition
If this property is TRUE the position is calculated by the application automatically.
Definition
Diagram.idl:59
com::sun::star::chart::Diagram::DataCaption
long DataCaption
specifies how the caption of data points is displayed.
Definition
Diagram.idl:94
com::sun::star::chart::Diagram::DataRowSource
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
com::sun::star::xml::UserDefinedAttributesSupplier
A component that supports this service preserves XML attributes, unknown by its parser,...
Definition
UserDefinedAttributesSupplier.idl:29
com
sun
star
chart
Diagram.idl
Generated by
1.17.0