LibreOffice
LibreOffice 7.2 SDK API Reference
Axis.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#ifndef com_sun_star_chart2_Axis_idl
20#define com_sun_star_chart2_Axis_idl
21
34
35module com
36{
37module sun
38{
39module star
40{
41module chart2
42{
43
44service Axis
45{
46 service ::com::sun::star::drawing::LineProperties;
47
48 service ::com::sun::star::style::CharacterProperties;
49 service ::com::sun::star::beans::PropertySet;
50 [optional] service ::com::sun::star::style::CharacterPropertiesAsian;
51 [optional] service ::com::sun::star::style::CharacterPropertiesComplex;
52
53 interface ::com::sun::star::chart2::XAxis;
54 [optional] interface ::com::sun::star::chart2::XTitled;
55
58 [property] boolean Show;
59
63
66 [optional, property] double CrossoverValue;
67
70 [property] boolean DisplayLabels;
71
75
79
82 [property] boolean TextBreak;
83
86 [property] boolean TextOverlap;
87
90 [property] boolean StackCharacters;
91
94 [property] double TextRotation;
95
106 [property, maybevoid] long NumberFormat;
107
109
114 [property] long MajorTickmarks;
115
120 [property] long MinorTickmarks;
121
125
130 [optional, property] boolean DisplayUnits;
131
136 [optional, property] string BuiltInUnit;
137
142 [optional, property] boolean TryStaggeringFirst;
143
148 [optional, property] long MajorOrigin;
149
150};
151
152} ; // chart2
153} ; // com
154} ; // sun
155} ; // star
156
157#endif
158
159/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ChartAxisLabelPosition
Specifies the position of the axis labels with respect to the axis on the scale of the crossing axis.
Definition: ChartAxisLabelPosition.idl:31
ChartAxisArrangeOrderType
Values specify the arrangement of the axes descriptions.
Definition: ChartAxisArrangeOrderType.idl:30
ChartAxisPosition
Specifies the position of the axis on the scale of the crossing axis.
Definition: ChartAxisPosition.idl:33
ChartAxisMarkPosition
Specifies the position of the axis interval marks.
Definition: ChartAxisMarkPosition.idl:31
Definition: Accessible.idl:22
Definition: Axis.idl:45
double TextRotation
Determines the rotation of the text labels in degrees.
Definition: Axis.idl:94
boolean TryStaggeringFirst
Compatibility option: determines which strategy should be tried first for fixing axis labels overlapp...
Definition: Axis.idl:142
com::sun::star::chart::ChartAxisPosition CrossoverPosition
Determines where the axis crosses the other axis.
Definition: Axis.idl:62
com::sun::star::chart::ChartAxisLabelPosition LabelPosition
Determines where the axis labels are placed.
Definition: Axis.idl:74
::com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder
Determines how to stagger the labels at the axis (side by side, even, odd, auto )
Definition: Axis.idl:78
boolean Show
Determines, whether the axis should be rendered by the view.
Definition: Axis.idl:54
::com::sun::star::awt::Size ReferencePageSize
Definition: Axis.idl:108
boolean DisplayUnits
Determines display units are available for axis.
Definition: Axis.idl:130
long NumberFormat
A NumberFormat key.
Definition: Axis.idl:106
long MinorTickmarks
determines what kind of tickmarks should be shown for minor ticks.
Definition: Axis.idl:120
boolean TextBreak
Determines whether the labels are allowed to break into more than one line.
Definition: Axis.idl:82
string BuiltInUnit
Determines built in display unit value for axis.
Definition: Axis.idl:136
double CrossoverValue
Determines the scale value on the other axis when CrossoverPosition is set to VALUE.
Definition: Axis.idl:66
long MajorTickmarks
determines what kind of tickmarks should be shown for major ticks.
Definition: Axis.idl:114
boolean StackCharacters
Determines whether the characters in a single labels should be stacked one upon each other.
Definition: Axis.idl:90
long MajorOrigin
This attribute specifies the shift of the first major tick from the origin.
Definition: Axis.idl:148
boolean DisplayLabels
Determines whether to display text at the axis or not.
Definition: Axis.idl:70
boolean TextOverlap
Determines whether the labels are allowed to overlap.
Definition: Axis.idl:86
com::sun::star::chart::ChartAxisMarkPosition MarkPosition
Determines where the interval marks are placed.
Definition: Axis.idl:124
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:30