LibreOffice
LibreOffice 24.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 
20 module com
21 {
22 module sun
23 {
24 module star
25 {
26 module chart2
27 {
28 
29 service Axis
30 {
31  service ::com::sun::star::drawing::LineProperties;
32 
33  service ::com::sun::star::style::CharacterProperties;
34  service ::com::sun::star::beans::PropertySet;
35  [optional] service ::com::sun::star::style::CharacterPropertiesAsian;
36  [optional] service ::com::sun::star::style::CharacterPropertiesComplex;
37 
38  interface ::com::sun::star::chart2::XAxis;
39  [optional] interface ::com::sun::star::chart2::XTitled;
40 
43  [property] boolean Show;
44 
48 
51  [optional, property] double CrossoverValue;
52 
55  [property] boolean DisplayLabels;
56 
60 
64 
67  [property] boolean TextBreak;
68 
71  [property] boolean TextOverlap;
72 
75  [property] boolean StackCharacters;
76 
79  [property] double TextRotation;
80 
91  [property, maybevoid] long NumberFormat;
92 
94 
99  [property] long MajorTickmarks;
100 
105  [property] long MinorTickmarks;
106 
110 
115  [optional, property] boolean DisplayUnits;
116 
121  [optional, property] string BuiltInUnit;
122 
127  [optional, property] boolean TryStaggeringFirst;
128 
133  [optional, property] long MajorOrigin;
134 
135 };
136 
137 } ; // chart2
138 } ; // com
139 } ; // sun
140 } ; // star
141 
142 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
::com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder
Determines how to stagger the labels at the axis (side by side, even, odd, auto ) ...
Definition: Axis.idl:63
ChartAxisMarkPosition
Specifies the position of the axis interval marks.
Definition: ChartAxisMarkPosition.idl:28
com::sun::star::chart::ChartAxisPosition CrossoverPosition
Determines where the axis crosses the other axis.
Definition: Axis.idl:47
com::sun::star::chart::ChartAxisLabelPosition LabelPosition
Determines where the axis labels are placed.
Definition: Axis.idl:59
string BuiltInUnit
Determines built in display unit value for axis.
Definition: Axis.idl:121
boolean TryStaggeringFirst
Compatibility option: determines which strategy should be tried first for fixing axis labels overlapp...
Definition: Axis.idl:127
boolean DisplayLabels
Determines whether to display text at the axis or not.
Definition: Axis.idl:55
boolean StackCharacters
Determines whether the characters in a single labels should be stacked one upon each other...
Definition: Axis.idl:75
Definition: Axis.idl:29
Definition: Ambiguous.idl:20
long MinorTickmarks
determines what kind of tickmarks should be shown for minor ticks.
Definition: Axis.idl:105
double CrossoverValue
Determines the scale value on the other axis when CrossoverPosition is set to VALUE.
Definition: Axis.idl:51
boolean TextBreak
Determines whether the labels are allowed to break into more than one line.
Definition: Axis.idl:67
boolean Show
Determines, whether the axis should be rendered by the view.
Definition: Axis.idl:39
double TextRotation
Determines the rotation of the text labels in degrees.
Definition: Axis.idl:79
long NumberFormat
A NumberFormat key.
Definition: Axis.idl:91
boolean TextOverlap
Determines whether the labels are allowed to overlap.
Definition: Axis.idl:71
long MajorOrigin
This attribute specifies the shift of the first major tick from the origin.
Definition: Axis.idl:133
boolean DisplayUnits
Determines display units are available for axis.
Definition: Axis.idl:115
ChartAxisPosition
Specifies the position of the axis on the scale of the crossing axis.
Definition: ChartAxisPosition.idl:30
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:27
ChartAxisArrangeOrderType
Values specify the arrangement of the axes descriptions.
Definition: ChartAxisArrangeOrderType.idl:27
long MajorTickmarks
determines what kind of tickmarks should be shown for major ticks.
Definition: Axis.idl:99
::com::sun::star::awt::Size ReferencePageSize
Definition: Axis.idl:93
com::sun::star::chart::ChartAxisMarkPosition MarkPosition
Determines where the interval marks are placed.
Definition: Axis.idl:109
ChartAxisLabelPosition
Specifies the position of the axis labels with respect to the axis on the scale of the crossing axis...
Definition: ChartAxisLabelPosition.idl:28