LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
ChartAxis.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
29published service ChartAxis
30{
35
39
47
51 [optional] interface com::sun::star::chart::XAxis;
52
54
57
58
61 [optional, property] double Max;
62
63
66 [optional, property] double Min;
67
68
71 [optional, property] double StepMain;
72
73
78 [optional, property] long StepHelpCount;
79
80
85 [optional, property] double StepHelp;
86
87
91 [optional, property] boolean AutoMax;
92
93
97 [optional, property] boolean AutoMin;
98
99
103 [optional, property] boolean AutoStepMain;
104
105
109 [optional, property] boolean AutoStepHelp;
110
111
112
116 [optional, property] boolean Logarithmic;
117
118
122 [optional, property] long AxisType;
123
124
128 [optional, maybevoid, property] TimeIncrement TimeIncrement;
129
130
133 [optional, property] boolean ReverseDirection;
134
135
139
140
143 [optional, property] double CrossoverValue;
144
145
150 [optional, property] double Origin;
151
152
155 [optional, property] boolean AutoOrigin;
156
159
160
163 [property] long Marks;
164
165
168 [property] long HelpMarks;
169
173
176
177
180 [property] boolean DisplayLabels;
181
182
187 [property] long NumberFormat;
188
189
194 [optional, property] boolean LinkNumberFormatToSource;
195
196
200
201
205 [property] long TextRotation;
206
207
212
213
216 [property] boolean TextBreak;
217
218
222 [property] boolean TextCanOverlap;
223
226
227
234 [property] long Overlap;
235
236
243 [property] long GapWidth;
244};
245
246
247}; }; }; };
248
249/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:46
Allows easier access to the different subelements of an axis.
Definition XAxis.idl:27
ChartAxisLabelPosition
Specifies the position of the axis labels with respect to the axis on the scale of the crossing axis.
Definition ChartAxisLabelPosition.idl:29
ChartAxisArrangeOrderType
Values specify the arrangement of the axes descriptions.
Definition ChartAxisArrangeOrderType.idl:28
ChartAxisPosition
Specifies the position of the axis on the scale of the crossing axis.
Definition ChartAxisPosition.idl:31
ChartAxisMarkPosition
Specifies the position of the axis interval marks.
Definition ChartAxisMarkPosition.idl:29
Definition Ambiguous.idl:20
Specifies the axes in a diagram.
Definition ChartAxis.idl:30
TimeIncrement TimeIncrement
if the current axis is a date-axis the intervals are chosen as given with TimeIncrement
Definition ChartAxis.idl:128
double Origin
Indicates the reference value where bars or areas have their grounding.
Definition ChartAxis.idl:150
com::sun::star::chart::ChartAxisPosition CrossoverPosition
Determines where the axis crosses the other axis.
Definition ChartAxis.idl:138
com::sun::star::chart::ChartAxisLabelPosition LabelPosition
Determines where the axis labels are placed.
Definition ChartAxis.idl:199
boolean TextCanOverlap
Determines if certain labels are hidden, if they would otherwise overlap.
Definition ChartAxis.idl:222
long TextRotation
Determines the rotation of the text elements (axis description) in 100th degrees.
Definition ChartAxis.idl:205
com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder
The axis description may be arranged in a special order for a better placement.
Definition ChartAxis.idl:211
boolean ReverseDirection
Determines if the axis orientation is mathematical or reversed.
Definition ChartAxis.idl:133
boolean AutoMax
The maximum value of the axis scale is calculated by the chart if this property is TRUE.
Definition ChartAxis.idl:91
double Max
Properties for scaling:
Definition ChartAxis.idl:61
long NumberFormat
Contains the type id for the number formatter of the axis.
Definition ChartAxis.idl:187
long HelpMarks
Determines the type of the help marks.
Definition ChartAxis.idl:168
boolean TextBreak
Determines if long text is broken into multiple lines.
Definition ChartAxis.idl:216
double CrossoverValue
Determines the scale value on the other axis when CrossoverPosition is set to VALUE.
Definition ChartAxis.idl:143
long Marks
Properties for interval marks:
Definition ChartAxis.idl:163
double StepHelp
Definition ChartAxis.idl:85
boolean Logarithmic
Determines if the axis is scaled logarithmically or not (linear).
Definition ChartAxis.idl:116
double Min
Contains the minimum value for the axis scale.
Definition ChartAxis.idl:66
boolean AutoMin
The minimum value of the axis scale is calculated by the chart if this property is TRUE.
Definition ChartAxis.idl:97
boolean LinkNumberFormatToSource
determines whether to use the number format given by the container application, e....
Definition ChartAxis.idl:194
long Overlap
Properties related to bar charts:
Definition ChartAxis.idl:234
boolean AutoStepMain
The distance between the main tick marks is calculated by the chart if this property is TRUE.
Definition ChartAxis.idl:103
long GapWidth
Specifies the width of the gaps between each set of data points in a bar chart.
Definition ChartAxis.idl:243
boolean AutoStepHelp
The number of help intervals within a main interval is calculated by the chart if this property is TR...
Definition ChartAxis.idl:109
boolean DisplayLabels
Properties for axes labels:
Definition ChartAxis.idl:180
boolean AutoOrigin
The origin is calculated by the chart if this property is TRUE.
Definition ChartAxis.idl:155
double StepMain
Contains the distance between the main tick marks.
Definition ChartAxis.idl:71
com::sun::star::chart::ChartAxisMarkPosition MarkPosition
Determines where the interval marks are placed.
Definition ChartAxis.idl:172
long AxisType
determines which type of axis this is, e.g.
Definition ChartAxis.idl:122
long StepHelpCount
Contains the number of help intervals within a main interval.
Definition ChartAxis.idl:78
This is a set of properties to describe the style for rendering a Line.
Definition LineProperties.idl:29
This is a set of properties to describe the style of characters.
Definition CharacterProperties.idl:27
A component that supports this service preserves XML attributes, unknown by its parser,...
Definition UserDefinedAttributesSupplier.idl:29