LibreOffice
LibreOffice 7.3 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#ifndef __com_sun_star_chart_ChartAxis_idl__
20#define __com_sun_star_chart_ChartAxis_idl__
21
23
25
27
36
37
38 module com { module sun { module star { module chart {
39
40
46published service ChartAxis
47{
52
56
64
68 [optional] interface com::sun::star::chart::XAxis;
69
71
78 [optional, property] double Max;
79
80
83 [optional, property] double Min;
84
85
88 [optional, property] double StepMain;
89
90
95 [optional, property] long StepHelpCount;
96
97
102 [optional, property] double StepHelp;
103
104
108 [optional, property] boolean AutoMax;
109
110
114 [optional, property] boolean AutoMin;
115
116
120 [optional, property] boolean AutoStepMain;
121
122
126 [optional, property] boolean AutoStepHelp;
127
128
129
133 [optional, property] boolean Logarithmic;
134
135
139 [optional, property] long AxisType;
140
141
145 [optional, maybevoid, property] TimeIncrement TimeIncrement;
146
147
150 [optional, property] boolean ReverseDirection;
151
152
156
157
160 [optional, property] double CrossoverValue;
161
162
167 [optional, property] double Origin;
168
169
172 [optional, property] boolean AutoOrigin;
173
180 [property] long Marks;
181
182
185 [property] long HelpMarks;
186
190
197 [property] boolean DisplayLabels;
198
199
204 [property] long NumberFormat;
205
206
211 [optional, property] boolean LinkNumberFormatToSource;
212
213
217
218
222 [property] long TextRotation;
223
224
229
230
233 [property] boolean TextBreak;
234
235
239 [property] boolean TextCanOverlap;
240
251 [property] long Overlap;
252
253
260 [property] long GapWidth;
261};
262
263
264}; }; }; };
265
266#endif
267
268/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
Allows easier access to the different subelements of an axis.
Definition: XAxis.idl:31
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: Ambiguous.idl:22
Specifies the axes in a diagram.
Definition: ChartAxis.idl:47
TimeIncrement TimeIncrement
if the current axis is a date-axis the intervals are chosen as given with TimeIncrement
Definition: ChartAxis.idl:145
double Origin
Indicates the reference value where bars or areas have their grounding.
Definition: ChartAxis.idl:167
com::sun::star::chart::ChartAxisPosition CrossoverPosition
Determines where the axis crosses the other axis.
Definition: ChartAxis.idl:155
com::sun::star::chart::ChartAxisLabelPosition LabelPosition
Determines where the axis labels are placed.
Definition: ChartAxis.idl:216
boolean TextCanOverlap
Determines if certain labels are hidden, if they would otherwise overlap.
Definition: ChartAxis.idl:239
long TextRotation
Determines the rotation of the text elements (axis description) in 100th degrees.
Definition: ChartAxis.idl:222
com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder
The axis description may be arranged in a special order for a better placement.
Definition: ChartAxis.idl:228
boolean ReverseDirection
Determines if the axis orientation is mathematical or reversed.
Definition: ChartAxis.idl:150
boolean AutoMax
The maximum value of the axis scale is calculated by the chart if this property is TRUE.
Definition: ChartAxis.idl:108
double Max
Properties for scaling:
Definition: ChartAxis.idl:70
long NumberFormat
Contains the type id for the number formatter of the axis.
Definition: ChartAxis.idl:204
long HelpMarks
Determines the type of the help marks.
Definition: ChartAxis.idl:185
boolean TextBreak
Determines if long text is broken into multiple lines.
Definition: ChartAxis.idl:233
double CrossoverValue
Determines the scale value on the other axis when CrossoverPosition is set to VALUE.
Definition: ChartAxis.idl:160
long Marks
Properties for interval marks:
Definition: ChartAxis.idl:180
double StepHelp
Definition: ChartAxis.idl:102
boolean Logarithmic
Determines if the axis is scaled logarithmically or not (linear).
Definition: ChartAxis.idl:133
double Min
Contains the minimum value for the axis scale.
Definition: ChartAxis.idl:83
boolean AutoMin
The minimum value of the axis scale is calculated by the chart if this property is TRUE.
Definition: ChartAxis.idl:114
boolean LinkNumberFormatToSource
determines whether to use the number format given by the container application, e....
Definition: ChartAxis.idl:211
long Overlap
Properties related to bar charts:
Definition: ChartAxis.idl:251
boolean AutoStepMain
The distance between the main tick marks is calculated by the chart if this property is TRUE.
Definition: ChartAxis.idl:120
long GapWidth
Specifies the width of the gaps between each set of data points in a bar chart.
Definition: ChartAxis.idl:260
boolean AutoStepHelp
The number of help intervals within a main interval is calculated by the chart if this property is TR...
Definition: ChartAxis.idl:126
boolean DisplayLabels
Properties for axes labels:
Definition: ChartAxis.idl:197
boolean AutoOrigin
The origin is calculated by the chart if this property is TRUE.
Definition: ChartAxis.idl:172
double StepMain
Contains the distance between the main tick marks.
Definition: ChartAxis.idl:88
com::sun::star::chart::ChartAxisMarkPosition MarkPosition
Determines where the interval marks are placed.
Definition: ChartAxis.idl:189
long AxisType
determines which type of axis this is, e.g.
Definition: ChartAxis.idl:139
long StepHelpCount
Contains the number of help intervals within a main interval.
Definition: ChartAxis.idl:95
This is a set of properties to describe the style for rendering a Line.
Definition: LineProperties.idl:38
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:37
A component that supports this service preserves XML attributes, unknown by its parser,...
Definition: UserDefinedAttributesSupplier.idl:33
A TimeIncrement describes how tickmarks are positioned on the scale of a date-time axis.
Definition: TimeIncrement.idl:32