LibreOffice
LibreOffice 6.0 SDK API Reference
DataPointProperties.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_DataPointProperties_idl
20 #define com_sun_star_chart2_DataPointProperties_idl
21 
34 
35 module com
36 {
37 module sun
38 {
39 module star
40 {
41 module chart2
42 {
43 
45 {
48  service ::com::sun::star::beans::PropertySet;
49 
57  service ::com::sun::star::drawing::FillProperties;
58 
59 
64 // [optional, property] ::com::sun::star::style::XStyle Style;
65 
66  // Common Properties
67 
68 
79  [property] long Color;
80 
91  [property] short Transparency;
92 
93 
94  // Fill Properties
95 
99 
105 
106  [property] string TransparencyGradientName;
107  [property] string GradientName;
108  [property] string HatchName;
109  [property] string FillBitmapName;
110 
114  [property] boolean FillBackground;
115 
121  [property] long BorderColor;
133  [property] long BorderWidth;
140 
148  [optional, property] string BorderDashName;
149 
155  [optional, property] short BorderTransparency;
156 
157 
158  // Line Properties
164  [property] long LineWidth;
170 
178  [optional, property] string LineDashName;
179 
180 
181  // bitmap properties /copied from drawing::FillProperties
182 
187  [property] short FillBitmapOffsetX;
188 
193  [property] short FillBitmapOffsetY;
194 
198  [property] short FillBitmapPositionOffsetX;
199 
203  [property] short FillBitmapPositionOffsetY;
204 
209 
219  [property] boolean FillBitmapLogicalSize;
220 
226  [property] long FillBitmapSizeX;
227 
233  [property] long FillBitmapSizeY;
234 
238 
239 
242  [optional, property] Symbol Symbol;
243 
250  [optional, property] double Offset;
251 
257  [optional, property] long Geometry3D;
258 
259  [property] DataPointLabel Label;
260 
263  [optional, property] string LabelSeparator;
264 
269  [optional, property] boolean TextWordWrap;
270 
273  [optional, property] long NumberFormat;
274 
277  [optional, property] long PercentageNumberFormat;
278 
283  [optional, property] long LabelPlacement;
284 
293 
294  // statistics
295 
302  [optional, maybevoid, property] com::sun::star::beans::XPropertySet ErrorBarX;
303 
310  [optional, maybevoid, property] com::sun::star::beans::XPropertySet ErrorBarY;
311 
316  [optional, maybevoid, property] boolean ShowErrorBox;
317 
318 
321  [optional, maybevoid, property] short PercentDiagonal;
322 };
323 
324 } ; // chart2
325 } ; // com
326 } ; // sun
327 } ; // star
328 
329 
330 #endif
331 
332 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
string HatchName
Definition: DataPointProperties.idl:108
boolean ShowErrorBox
In case ErrorBarX and ErrorBarY both are set, and error bars are shown, a box spanning all error-indi...
Definition: DataPointProperties.idl:316
boolean FillBackground
If TRUE, fills the background of a hatch with the color given in the Color property.
Definition: DataPointProperties.idl:114
RectanglePoint
specifies one of nine points in a rectangle.
Definition: RectanglePoint.idl:28
string LabelSeparator
specifies a string that is used to separate the parts of a data label (caption)
Definition: DataPointProperties.idl:263
long FillBitmapSizeY
This is the height of the tile for filling.
Definition: DataPointProperties.idl:233
A LineDash defines a non-continuous line.
Definition: LineDash.idl:30
com::sun::star::drawing::RectanglePoint FillBitmapRectanglePoint
The RectanglePoint specifies the position inside of the bitmap to use as the top left position for re...
Definition: DataPointProperties.idl:208
Definition: DataPointProperties.idl:44
short FillBitmapOffsetX
This is the horizontal offset where the tile starts.
Definition: DataPointProperties.idl:187
::com::sun::star::drawing::FillStyle FillStyle
This enumeration selects the style with which the area will be filled.
Definition: DataPointProperties.idl:98
string BorderDashName
The name of a dash that can be found in the com::sun::star::container::XNameContainer "com...
Definition: DataPointProperties.idl:148
properties that are used for DataSeries that display symbols.
Definition: Symbol.idl:33
::com::sun::star::drawing::LineStyle LineStyle
Definition: DataPointProperties.idl:159
Definition: Ambiguous.idl:22
FillStyle
specifies how an area will be filled.
Definition: FillStyle.idl:28
short FillBitmapPositionOffsetX
Every second line of tiles is moved the given percent of the width of the bitmap. ...
Definition: DataPointProperties.idl:198
::com::sun::star::awt::Gradient TransparencyGradient
This describes the transparency of the fill area as a gradient.
Definition: DataPointProperties.idl:102
BitmapMode
The BitmapMode selects an algorithm for filling an area with a bitmap.
Definition: BitmapMode.idl:30
short FillBitmapPositionOffsetY
Every second row of tiles is moved the given percent of the width of the bitmap.
Definition: DataPointProperties.idl:203
com::sun::star::beans::XPropertySet ErrorBarY
If void, no error bars are shown for the data point in y-direction.
Definition: DataPointProperties.idl:310
long LineWidth
Is only used for line-chart types.
Definition: DataPointProperties.idl:164
short PercentDiagonal
A value between 0 and 100 indicating the percentage how round an edge should be.
Definition: DataPointProperties.idl:321
::com::sun::star::drawing::LineDash LineDash
Is only used for line-chart types.
Definition: DataPointProperties.idl:169
::com::sun::star::drawing::LineDash BorderDash
Is used for borders around filled objects.
Definition: DataPointProperties.idl:139
Definition: DataPointLabel.idl:32
LineStyle
specifies the appearance of the lines of a shape.
Definition: LineStyle.idl:29
long LabelPlacement
specifies a relative position for the data label
Definition: DataPointProperties.idl:283
long BorderWidth
Is used for borders around filled objects.
Definition: DataPointProperties.idl:133
short Transparency
This is the main transparency value of a data point.
Definition: DataPointProperties.idl:91
long PercentageNumberFormat
specifies a number format for the display of the percentage value in the data label ...
Definition: DataPointProperties.idl:277
long BorderColor
Is used for borders around filled objects.
Definition: DataPointProperties.idl:121
::com::sun::star::drawing::LineStyle BorderStyle
Is used for borders around filled objects.
Definition: DataPointProperties.idl:127
DataPointLabel Label
Definition: DataPointProperties.idl:259
string GradientName
Definition: DataPointProperties.idl:107
::com::sun::star::awt::Gradient Gradient
Definition: DataPointProperties.idl:103
double Offset
describes a value by which a data point is moved from its default position in percent of the maximum ...
Definition: DataPointProperties.idl:250
com::sun::star::awt::Size ReferencePageSize
The size of the page at the moment when the font size for data labels was set.
Definition: DataPointProperties.idl:292
boolean TextWordWrap
specifies if the text of a data label (caption) must be wrapped
Definition: DataPointProperties.idl:269
long Geometry3D
describes the geometry of a 3 dimensional data point.
Definition: DataPointProperties.idl:257
long NumberFormat
specifies a number format for the display of the value in the data label
Definition: DataPointProperties.idl:273
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:29
short FillBitmapOffsetY
This is the vertical offset where the tile starts.
Definition: DataPointProperties.idl:193
::com::sun::star::drawing::Hatch Hatch
Definition: DataPointProperties.idl:104
string FillBitmapName
Definition: DataPointProperties.idl:109
com::sun::star::drawing::BitmapMode FillBitmapMode
this enum selects how a area is filled with a single bitmap.
Definition: DataPointProperties.idl:237
Describes a gradient between two colors.
Definition: Gradient.idl:35
long FillBitmapSizeX
This is the width of the tile for filling.
Definition: DataPointProperties.idl:226
long Color
points to a style that also supports this service (but not this property) that is used as default...
Definition: DataPointProperties.idl:57
This struct defines the appearance of a hatch.
Definition: Hatch.idl:34
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
short BorderTransparency
Is used for borders around filled objects.
Definition: DataPointProperties.idl:155
string TransparencyGradientName
Definition: DataPointProperties.idl:106
com::sun::star::beans::XPropertySet ErrorBarX
If void, no error bars are shown for the data point in x-direction.
Definition: DataPointProperties.idl:302
Symbol Symbol
Definition: DataPointProperties.idl:242
string LineDashName
The name of a dash that can be found in the com::sun::star::container::XNameContainer "com...
Definition: DataPointProperties.idl:178
boolean FillBitmapLogicalSize
specifies if the size is given in percentage or as an absolute value.
Definition: DataPointProperties.idl:219