Gtk-WARNING gtktreestore.c:1047: Invalid column number 1 added to iter
[LibreOffice.git] / offapi / com / sun / star / chart / XAxisZSupplier.idl
blobb807b66981bb6a62030e5e3dd35616637b86c19e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
22 module com { module sun { module star { module chart {
25 /** gives access to the <i>z</i>-axis of a chart.
27 @see XDiagram
29 published interface XAxisZSupplier: com::sun::star::uno::XInterface
32 /** @returns
33 the <i>z</i>-axis title shape.
35 @see ChartTitle
37 com::sun::star::drawing::XShape getZAxisTitle();
40 /** @returns
41 the properties of the main grid (major grid) of the
42 <i>z</i>-axis of the diagram.
44 @see ChartGrid
46 com::sun::star::beans::XPropertySet getZMainGrid();
49 /** @returns
50 the properties of the help grid (minor grid) of the
51 <i>z</i>-axis of the diagram.
53 @see ChartGrid
55 com::sun::star::beans::XPropertySet getZHelpGrid();
58 /** @returns
59 the properties of the <i>z</i>-axis of the diagram.
61 <p>The returned property set contains scaling properties as
62 well as formatting properties.</p>
64 @see ChartAxis
66 com::sun::star::beans::XPropertySet getZAxis();
71 }; }; }; };
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */