LibreOffice
LibreOffice 24.2 SDK API Reference
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 
29 published service ChartAxis
30 {
35 
39 
47 
51  [optional] interface com::sun::star::chart::XAxis;
52 
54 
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 
163  [property] long Marks;
164 
165 
168  [property] long HelpMarks;
169 
173 
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 
234  [property] long Overlap;
235 
236 
243  [property] long GapWidth;
244 };
245 
246 
247 }; }; }; };
248 
249 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ChartAxisMarkPosition
Specifies the position of the axis interval marks.
Definition: ChartAxisMarkPosition.idl:28
double Max
Properties for scaling:
Definition: ChartAxis.idl:53
Allows easier access to the different subelements of an axis.
Definition: XAxis.idl:26
TimeIncrement TimeIncrement
if the current axis is a date-axis the intervals are chosen as given with TimeIncrement ...
Definition: ChartAxis.idl:128
boolean AutoStepMain
The distance between the main tick marks is calculated by the chart if this property is TRUE...
Definition: ChartAxis.idl:103
This is a set of properties to describe the style for rendering a Line.
Definition: LineProperties.idl:28
double StepMain
Contains the distance between the main tick marks.
Definition: ChartAxis.idl:71
double StepHelp
Definition: ChartAxis.idl:85
Definition: Ambiguous.idl:20
long StepHelpCount
Contains the number of help intervals within a main interval.
Definition: ChartAxis.idl:78
long AxisType
determines which type of axis this is, e.g.
Definition: ChartAxis.idl:122
com::sun::star::chart::ChartAxisPosition CrossoverPosition
Determines where the axis crosses the other axis.
Definition: ChartAxis.idl:138
boolean AutoOrigin
The origin is calculated by the chart if this property is TRUE.
Definition: ChartAxis.idl:155
double Min
Contains the minimum value for the axis scale.
Definition: ChartAxis.idl:66
A component that supports this service preserves XML attributes, unknown by its parser, that belong to the XML element representing it (the component).
Definition: UserDefinedAttributesSupplier.idl:28
boolean AutoMin
The minimum value of the axis scale is calculated by the chart if this property is TRUE...
Definition: ChartAxis.idl:97
Specifies the axes in a diagram.
Definition: ChartAxis.idl:29
boolean TextCanOverlap
Determines if certain labels are hidden, if they would otherwise overlap.
Definition: ChartAxis.idl:222
boolean DisplayLabels
Properties for axes labels:
Definition: ChartAxis.idl:180
boolean TextBreak
Determines if long text is broken into multiple lines.
Definition: ChartAxis.idl:216
double Origin
Indicates the reference value where bars or areas have their grounding.
Definition: ChartAxis.idl:150
ChartAxisPosition
Specifies the position of the axis on the scale of the crossing axis.
Definition: ChartAxisPosition.idl:30
boolean ReverseDirection
Determines if the axis orientation is mathematical or reversed.
Definition: ChartAxis.idl:133
long HelpMarks
Determines the type of the help marks.
Definition: ChartAxis.idl:168
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:26
long Overlap
Properties related to bar charts:
Definition: ChartAxis.idl:234
ChartAxisArrangeOrderType
Values specify the arrangement of the axes descriptions.
Definition: ChartAxisArrangeOrderType.idl:27
long NumberFormat
Contains the type id for the number formatter of the axis.
Definition: ChartAxis.idl:187
com::sun::star::chart::ChartAxisLabelPosition LabelPosition
Determines where the axis labels are placed.
Definition: ChartAxis.idl:199
long Marks
Properties for interval marks:
Definition: ChartAxis.idl:163
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:45
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 LinkNumberFormatToSource
determines whether to use the number format given by the container application, e.g.
Definition: ChartAxis.idl:194
long TextRotation
Determines the rotation of the text elements (axis description) in 100th degrees. ...
Definition: ChartAxis.idl:205
com::sun::star::chart::ChartAxisMarkPosition MarkPosition
Determines where the interval marks are placed.
Definition: ChartAxis.idl:172
long GapWidth
Specifies the width of the gaps between each set of data points in a bar chart.
Definition: ChartAxis.idl:243
boolean AutoMax
The maximum value of the axis scale is calculated by the chart if this property is TRUE...
Definition: ChartAxis.idl:91
boolean Logarithmic
Determines if the axis is scaled logarithmically or not (linear).
Definition: ChartAxis.idl:116
double CrossoverValue
Determines the scale value on the other axis when CrossoverPosition is set to VALUE.
Definition: ChartAxis.idl:143
A TimeIncrement describes how tickmarks are positioned on the scale of a date-time axis...
Definition: TimeIncrement.idl:27
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
ChartAxisLabelPosition
Specifies the position of the axis labels with respect to the axis on the scale of the crossing axis...
Definition: ChartAxisLabelPosition.idl:28