LibreOffice
LibreOffice 7.4 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 
36 
37 module com
38 {
39 module sun
40 {
41 module star
42 {
43 module chart2
44 {
45 
47 {
50  service ::com::sun::star::beans::PropertySet;
51 
59  service ::com::sun::star::drawing::FillProperties;
60 
61 
66 // [optional, property] ::com::sun::star::style::XStyle Style;
67 
68  // Common Properties
69 
70 
81  [property] long Color;
82 
93  [property] short Transparency;
94 
95 
96  // Fill Properties
97 
101 
107 
108  [property] string TransparencyGradientName;
109  [property] string GradientName;
110  [property] string HatchName;
111  [property] string FillBitmapName;
112 
116  [property] boolean FillBackground;
117 
123  [property] long BorderColor;
135  [property] long BorderWidth;
142 
150  [optional, property] string BorderDashName;
151 
157  [optional, property] short BorderTransparency;
158 
159 
160  // Line Properties
166  [property] long LineWidth;
172 
180  [optional, property] string LineDashName;
181 
182 
183  // bitmap properties /copied from drawing::FillProperties
184 
189  [property] short FillBitmapOffsetX;
190 
195  [property] short FillBitmapOffsetY;
196 
200  [property] short FillBitmapPositionOffsetX;
201 
205  [property] short FillBitmapPositionOffsetY;
206 
211 
221  [property] boolean FillBitmapLogicalSize;
222 
228  [property] long FillBitmapSizeX;
229 
235  [property] long FillBitmapSizeY;
236 
240 
241 
244  [optional, property] Symbol Symbol;
245 
252  [optional, property] double Offset;
253 
259  [optional, property] long Geometry3D;
260 
261  [property] DataPointLabel Label;
262 
268  [optional, property] sequence<XDataPointCustomLabelField> CustomLabelFields;
269 
272  [optional, property] string LabelSeparator;
273 
278  [optional, property] boolean TextWordWrap;
279 
282  [optional, property] long NumberFormat;
283 
286  [optional, property] long PercentageNumberFormat;
287 
292  [optional, property] long LabelPlacement;
293 
302 
303  // statistics
304 
311  [optional, maybevoid, property] com::sun::star::beans::XPropertySet ErrorBarX;
312 
319  [optional, maybevoid, property] com::sun::star::beans::XPropertySet ErrorBarY;
320 
325  [optional, maybevoid, property] boolean ShowErrorBox;
326 
327 
330  [optional, maybevoid, property] short PercentDiagonal;
331 
337 };
338 
339 } ; // chart2
340 } ; // com
341 } ; // sun
342 } ; // star
343 
344 
345 #endif
346 
347 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
RectanglePoint
specifies one of nine points in a rectangle.
Definition: RectanglePoint.idl:29
LineStyle
specifies the appearance of the lines of a shape.
Definition: LineStyle.idl:30
FillStyle
specifies how an area will be filled.
Definition: FillStyle.idl:29
BitmapMode
The BitmapMode selects an algorithm for filling an area with a bitmap.
Definition: BitmapMode.idl:31
Definition: Ambiguous.idl:22
Definition: DataPointProperties.idl:47
::com::sun::star::drawing::LineStyle LineStyle
Definition: DataPointProperties.idl:161
long FillBitmapSizeY
This is the height of the tile for filling.
Definition: DataPointProperties.idl:235
short FillBitmapPositionOffsetY
Every second row of tiles is moved the given percent of the width of the bitmap.
Definition: DataPointProperties.idl:205
double Offset
describes a value by which a data point is moved from its default position in percent of the maximum ...
Definition: DataPointProperties.idl:252
boolean ShowErrorBox
In case ErrorBarX and ErrorBarY both are set, and error bars are shown, a box spanning all error-indi...
Definition: DataPointProperties.idl:325
string GradientName
Definition: DataPointProperties.idl:109
::com::sun::star::chart2::RelativePosition CustomLabelPosition
Custom position on the page associated to the CUSTOM label placement.
Definition: DataPointProperties.idl:336
::com::sun::star::drawing::LineStyle BorderStyle
Is used for borders around filled objects.
Definition: DataPointProperties.idl:129
Symbol Symbol
Definition: DataPointProperties.idl:244
long NumberFormat
specifies a number format for the display of the value in the data label
Definition: DataPointProperties.idl:282
com::sun::star::drawing::BitmapMode FillBitmapMode
this enum selects how an area is filled with a single bitmap.
Definition: DataPointProperties.idl:239
com::sun::star::beans::XPropertySet ErrorBarY
If void, no error bars are shown for the data point in y-direction.
Definition: DataPointProperties.idl:319
boolean TextWordWrap
specifies if the text of a data label (caption) must be wrapped
Definition: DataPointProperties.idl:278
string FillBitmapName
Definition: DataPointProperties.idl:111
long FillBitmapSizeX
This is the width of the tile for filling.
Definition: DataPointProperties.idl:228
string BorderDashName
The name of a dash that can be found in the com::sun::star::container::XNameContainer "com....
Definition: DataPointProperties.idl:150
long Color
points to a style that also supports this service (but not this property) that is used as default,...
Definition: DataPointProperties.idl:59
long BorderColor
Is used for borders around filled objects.
Definition: DataPointProperties.idl:123
string HatchName
Definition: DataPointProperties.idl:110
boolean FillBitmapLogicalSize
specifies if the size is given in percentage or as an absolute value.
Definition: DataPointProperties.idl:221
short BorderTransparency
Is used for borders around filled objects.
Definition: DataPointProperties.idl:157
::com::sun::star::drawing::LineDash LineDash
Is only used for line-chart types.
Definition: DataPointProperties.idl:171
boolean FillBackground
If TRUE, fills the background of a hatch with the color given in the Color property.
Definition: DataPointProperties.idl:116
long PercentageNumberFormat
specifies a number format for the display of the percentage value in the data label
Definition: DataPointProperties.idl:286
::com::sun::star::awt::Gradient TransparencyGradient
This describes the transparency of the fill area as a gradient.
Definition: DataPointProperties.idl:104
long LineWidth
Is only used for line-chart types.
Definition: DataPointProperties.idl:166
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:301
::com::sun::star::awt::Gradient Gradient
Definition: DataPointProperties.idl:105
string LineDashName
The name of a dash that can be found in the com::sun::star::container::XNameContainer "com....
Definition: DataPointProperties.idl:180
com::sun::star::beans::XPropertySet ErrorBarX
If void, no error bars are shown for the data point in x-direction.
Definition: DataPointProperties.idl:311
DataPointLabel Label
Definition: DataPointProperties.idl:261
long BorderWidth
Is used for borders around filled objects.
Definition: DataPointProperties.idl:135
short Transparency
This is the main transparency value of a data point.
Definition: DataPointProperties.idl:93
::com::sun::star::drawing::FillStyle FillStyle
This enumeration selects the style with which the area will be filled.
Definition: DataPointProperties.idl:100
::com::sun::star::drawing::Hatch Hatch
Definition: DataPointProperties.idl:106
short FillBitmapOffsetY
This is the vertical offset where the tile starts.
Definition: DataPointProperties.idl:195
::com::sun::star::drawing::LineDash BorderDash
Is used for borders around filled objects.
Definition: DataPointProperties.idl:141
string LabelSeparator
specifies a string that is used to separate the parts of a data label (caption)
Definition: DataPointProperties.idl:272
short PercentDiagonal
A value between 0 and 100 indicating the percentage how round an edge should be.
Definition: DataPointProperties.idl:330
short FillBitmapPositionOffsetX
Every second line of tiles is moved the given percent of the width of the bitmap.
Definition: DataPointProperties.idl:200
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:210
short FillBitmapOffsetX
This is the horizontal offset where the tile starts.
Definition: DataPointProperties.idl:189
string TransparencyGradientName
Definition: DataPointProperties.idl:108
long Geometry3D
describes the geometry of a 3 dimensional data point.
Definition: DataPointProperties.idl:259
sequence< XDataPointCustomLabelField > CustomLabelFields
specifies a text with possible fields that is used as a data point label, if set then Label property ...
Definition: DataPointProperties.idl:268
long LabelPlacement
specifies a relative position for the data label
Definition: DataPointProperties.idl:292
Describes a gradient between two colors.
Definition: Gradient.idl:36
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:30
Definition: DataPointLabel.idl:33
Determines a position of an object relative to a size defined by other means.
Definition: RelativePosition.idl:38
properties that are used for DataSeries that display symbols.
Definition: Symbol.idl:34
This struct defines the appearance of a hatch.
Definition: Hatch.idl:35
A LineDash defines a non-continuous line.
Definition: LineDash.idl:31