LibreOffice
LibreOffice 6.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 
35 
36 module com
37 {
38 module sun
39 {
40 module star
41 {
42 module chart2
43 {
44 
46 {
49  service ::com::sun::star::beans::PropertySet;
50 
58  service ::com::sun::star::drawing::FillProperties;
59 
60 
65 // [optional, property] ::com::sun::star::style::XStyle Style;
66 
67  // Common Properties
68 
69 
80  [property] long Color;
81 
92  [property] short Transparency;
93 
94 
95  // Fill Properties
96 
100 
106 
107  [property] string TransparencyGradientName;
108  [property] string GradientName;
109  [property] string HatchName;
110  [property] string FillBitmapName;
111 
115  [property] boolean FillBackground;
116 
122  [property] long BorderColor;
134  [property] long BorderWidth;
141 
149  [optional, property] string BorderDashName;
150 
156  [optional, property] short BorderTransparency;
157 
158 
159  // Line Properties
165  [property] long LineWidth;
171 
179  [optional, property] string LineDashName;
180 
181 
182  // bitmap properties /copied from drawing::FillProperties
183 
188  [property] short FillBitmapOffsetX;
189 
194  [property] short FillBitmapOffsetY;
195 
199  [property] short FillBitmapPositionOffsetX;
200 
204  [property] short FillBitmapPositionOffsetY;
205 
210 
220  [property] boolean FillBitmapLogicalSize;
221 
227  [property] long FillBitmapSizeX;
228 
234  [property] long FillBitmapSizeY;
235 
239 
240 
243  [optional, property] Symbol Symbol;
244 
251  [optional, property] double Offset;
252 
258  [optional, property] long Geometry3D;
259 
260  [property] DataPointLabel Label;
261 
267  [optional, property] sequence<XDataPointCustomLabelField> CustomLabelFields;
268 
271  [optional, property] string LabelSeparator;
272 
277  [optional, property] boolean TextWordWrap;
278 
281  [optional, property] long NumberFormat;
282 
285  [optional, property] long PercentageNumberFormat;
286 
291  [optional, property] long LabelPlacement;
292 
301 
302  // statistics
303 
310  [optional, maybevoid, property] com::sun::star::beans::XPropertySet ErrorBarX;
311 
318  [optional, maybevoid, property] com::sun::star::beans::XPropertySet ErrorBarY;
319 
324  [optional, maybevoid, property] boolean ShowErrorBox;
325 
326 
329  [optional, maybevoid, property] short PercentDiagonal;
330 };
331 
332 } ; // chart2
333 } ; // com
334 } ; // sun
335 } ; // star
336 
337 
338 #endif
339 
340 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::chart2::DataPointProperties::Symbol
Symbol Symbol
Definition: DataPointProperties.idl:243
com::sun::star::chart2::DataPointProperties::LineDashName
string LineDashName
The name of a dash that can be found in the com::sun::star::container::XNameContainer "com....
Definition: DataPointProperties.idl:179
com::sun::star::chart2::DataPointProperties::FillBitmapLogicalSize
boolean FillBitmapLogicalSize
specifies if the size is given in percentage or as an absolute value.
Definition: DataPointProperties.idl:220
com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
com::sun::star::chart2::DataPointLabel
Definition: DataPointLabel.idl:33
com::sun::star::chart2::DataPointProperties::LabelSeparator
string LabelSeparator
specifies a string that is used to separate the parts of a data label (caption)
Definition: DataPointProperties.idl:271
com::sun::star::chart2::DataPointProperties::HatchName
string HatchName
Definition: DataPointProperties.idl:109
com::sun::star::chart2::DataPointProperties::ShowErrorBox
boolean ShowErrorBox
In case ErrorBarX and ErrorBarY both are set, and error bars are shown, a box spanning all error-indi...
Definition: DataPointProperties.idl:324
com::sun::star::chart2::DataPointProperties::FillBitmapRectanglePoint
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:209
com::sun::star::chart2::DataPointProperties::FillBackground
boolean FillBackground
If TRUE, fills the background of a hatch with the color given in the Color property.
Definition: DataPointProperties.idl:115
LineStyle.idl
Hatch.idl
com::sun::star::chart2::DataPointProperties::FillBitmapOffsetX
short FillBitmapOffsetX
This is the horizontal offset where the tile starts.
Definition: DataPointProperties.idl:188
com::sun::star::chart2::DataPointProperties::FillStyle
::com::sun::star::drawing::FillStyle FillStyle
This enumeration selects the style with which the area will be filled.
Definition: DataPointProperties.idl:99
com::sun::star::chart2::DataPointProperties::FillBitmapSizeY
long FillBitmapSizeY
This is the height of the tile for filling.
Definition: DataPointProperties.idl:234
com::sun::star::drawing::FillStyle
FillStyle
specifies how an area will be filled.
Definition: FillStyle.idl:29
LineDash.idl
Gradient.idl
com::sun::star::chart2::DataPointProperties::BorderDashName
string BorderDashName
The name of a dash that can be found in the com::sun::star::container::XNameContainer "com....
Definition: DataPointProperties.idl:149
com::sun::star::chart2::DataPointProperties::LineStyle
::com::sun::star::drawing::LineStyle LineStyle
Definition: DataPointProperties.idl:160
com::sun::star::drawing::BitmapMode
BitmapMode
The BitmapMode selects an algorithm for filling an area with a bitmap.
Definition: BitmapMode.idl:31
PropertySet.idl
com::sun::star::chart2::DataPointProperties::FillBitmapPositionOffsetY
short FillBitmapPositionOffsetY
Every second row of tiles is moved the given percent of the width of the bitmap.
Definition: DataPointProperties.idl:204
com::sun::star::chart2::DataPointProperties::FillBitmapPositionOffsetX
short FillBitmapPositionOffsetX
Every second line of tiles is moved the given percent of the width of the bitmap.
Definition: DataPointProperties.idl:199
com::sun::star::chart2::DataPointProperties::TransparencyGradient
::com::sun::star::awt::Gradient TransparencyGradient
This describes the transparency of the fill area as a gradient.
Definition: DataPointProperties.idl:103
DataPointLabel.idl
com::sun::star::chart2::DataPointProperties::PercentDiagonal
short PercentDiagonal
A value between 0 and 100 indicating the percentage how round an edge should be.
Definition: DataPointProperties.idl:329
com::sun::star::chart2::DataPointProperties::LineDash
::com::sun::star::drawing::LineDash LineDash
Is only used for line-chart types.
Definition: DataPointProperties.idl:170
com::sun::star::drawing::LineStyle
LineStyle
specifies the appearance of the lines of a shape.
Definition: LineStyle.idl:30
com::sun::star::chart2::DataPointProperties::ErrorBarY
com::sun::star::beans::XPropertySet ErrorBarY
If void, no error bars are shown for the data point in y-direction.
Definition: DataPointProperties.idl:318
com::sun::star::chart2::DataPointProperties::LabelPlacement
long LabelPlacement
specifies a relative position for the data label
Definition: DataPointProperties.idl:291
BitmapMode.idl
com::sun::star::drawing::LineDash
A LineDash defines a non-continuous line.
Definition: LineDash.idl:31
com::sun::star::chart2::DataPointProperties::LineWidth
long LineWidth
Is only used for line-chart types.
Definition: DataPointProperties.idl:165
com::sun::star::chart2::DataPointProperties::BorderWidth
long BorderWidth
Is used for borders around filled objects.
Definition: DataPointProperties.idl:134
com::sun::star::chart2::Symbol
properties that are used for DataSeries that display symbols.
Definition: Symbol.idl:34
com::sun::star::chart2::DataPointProperties::PercentageNumberFormat
long PercentageNumberFormat
specifies a number format for the display of the percentage value in the data label
Definition: DataPointProperties.idl:285
com::sun::star::chart2::DataPointProperties::BorderDash
::com::sun::star::drawing::LineDash BorderDash
Is used for borders around filled objects.
Definition: DataPointProperties.idl:140
com::sun::star::chart2::DataPointProperties::BorderStyle
::com::sun::star::drawing::LineStyle BorderStyle
Is used for borders around filled objects.
Definition: DataPointProperties.idl:128
XStyle.idl
com::sun::star::chart2::DataPointProperties::Label
DataPointLabel Label
Definition: DataPointProperties.idl:260
com::sun::star::chart2::DataPointProperties::Gradient
::com::sun::star::awt::Gradient Gradient
Definition: DataPointProperties.idl:104
com::sun::star::chart2::DataPointProperties::Transparency
short Transparency
This is the main transparency value of a data point.
Definition: DataPointProperties.idl:92
com::sun::star::awt::Size
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:30
com::sun::star::chart2::DataPointProperties::BorderColor
long BorderColor
Is used for borders around filled objects.
Definition: DataPointProperties.idl:122
com::sun::star::chart2::DataPointProperties::Offset
double Offset
describes a value by which a data point is moved from its default position in percent of the maximum ...
Definition: DataPointProperties.idl:251
com::sun::star::chart2::DataPointProperties::Geometry3D
long Geometry3D
describes the geometry of a 3 dimensional data point.
Definition: DataPointProperties.idl:258
com::sun::star::chart2::DataPointProperties::GradientName
string GradientName
Definition: DataPointProperties.idl:108
com::sun::star::chart2::DataPointProperties::NumberFormat
long NumberFormat
specifies a number format for the display of the value in the data label
Definition: DataPointProperties.idl:281
Symbol.idl
com::sun::star::chart2::DataPointProperties
Definition: DataPointProperties.idl:46
com::sun::star::chart2::DataPointProperties::Hatch
::com::sun::star::drawing::Hatch Hatch
Definition: DataPointProperties.idl:105
com::sun::star::chart2::DataPointProperties::FillBitmapName
string FillBitmapName
Definition: DataPointProperties.idl:110
com::sun::star::chart2::DataPointProperties::FillBitmapMode
com::sun::star::drawing::BitmapMode FillBitmapMode
this enum selects how an area is filled with a single bitmap.
Definition: DataPointProperties.idl:238
FillProperties.idl
com::sun::star::chart2::DataPointProperties::ReferencePageSize
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:300
com::sun::star::chart2::DataPointProperties::FillBitmapSizeX
long FillBitmapSizeX
This is the width of the tile for filling.
Definition: DataPointProperties.idl:227
com::sun::star::chart2::DataPointProperties::TextWordWrap
boolean TextWordWrap
specifies if the text of a data label (caption) must be wrapped
Definition: DataPointProperties.idl:277
com::sun::star::chart2::DataPointProperties::Color
long Color
points to a style that also supports this service (but not this property) that is used as default,...
Definition: DataPointProperties.idl:58
com::sun::star::chart2::DataPointProperties::FillBitmapOffsetY
short FillBitmapOffsetY
This is the vertical offset where the tile starts.
Definition: DataPointProperties.idl:194
XFormattedString2.idl
com
Definition: Ambiguous.idl:22
com::sun::star::chart2::DataPointProperties::CustomLabelFields
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:267
com::sun::star::chart2::DataPointProperties::ErrorBarX
com::sun::star::beans::XPropertySet ErrorBarX
If void, no error bars are shown for the data point in x-direction.
Definition: DataPointProperties.idl:310
com::sun::star::drawing::Hatch
This struct defines the appearance of a hatch.
Definition: Hatch.idl:35
RectanglePoint.idl
com::sun::star::chart2::DataPointProperties::BorderTransparency
short BorderTransparency
Is used for borders around filled objects.
Definition: DataPointProperties.idl:156
com::sun::star::drawing::RectanglePoint
RectanglePoint
specifies one of nine points in a rectangle.
Definition: RectanglePoint.idl:29
com::sun::star::chart2::DataPointProperties::TransparencyGradientName
string TransparencyGradientName
Definition: DataPointProperties.idl:107
com::sun::star::awt::Gradient
Describes a gradient between two colors.
Definition: Gradient.idl:36
FillStyle.idl