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: */
com::sun::star::chart2::DataPointProperties::Symbol
Symbol Symbol
Definition: DataPointProperties.idl:242
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:178
com::sun::star::chart2::DataPointProperties::FillBitmapLogicalSize
boolean FillBitmapLogicalSize
specifies if the size is given in percentage or as an absolute value.
Definition: DataPointProperties.idl:219
com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
com::sun::star::chart2::DataPointLabel
Definition: DataPointLabel.idl:32
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:263
com::sun::star::chart2::DataPointProperties::HatchName
string HatchName
Definition: DataPointProperties.idl:108
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:316
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:208
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:114
LineStyle.idl
Hatch.idl
com::sun::star::chart2::DataPointProperties::FillBitmapOffsetX
short FillBitmapOffsetX
This is the horizontal offset where the tile starts.
Definition: DataPointProperties.idl:187
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:98
com::sun::star::chart2::DataPointProperties::FillBitmapSizeY
long FillBitmapSizeY
This is the height of the tile for filling.
Definition: DataPointProperties.idl:233
com::sun::star::drawing::FillStyle
FillStyle
specifies how an area will be filled.
Definition: FillStyle.idl:28
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:148
com::sun::star::chart2::DataPointProperties::LineStyle
::com::sun::star::drawing::LineStyle LineStyle
Definition: DataPointProperties.idl:159
com::sun::star::drawing::BitmapMode
BitmapMode
The BitmapMode selects an algorithm for filling an area with a bitmap.
Definition: BitmapMode.idl:30
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:203
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:198
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:102
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:321
com::sun::star::chart2::DataPointProperties::LineDash
::com::sun::star::drawing::LineDash LineDash
Is only used for line-chart types.
Definition: DataPointProperties.idl:169
com::sun::star::drawing::LineStyle
LineStyle
specifies the appearance of the lines of a shape.
Definition: LineStyle.idl:29
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:310
com::sun::star::chart2::DataPointProperties::LabelPlacement
long LabelPlacement
specifies a relative position for the data label
Definition: DataPointProperties.idl:283
BitmapMode.idl
com::sun::star::drawing::LineDash
A LineDash defines a non-continuous line.
Definition: LineDash.idl:30
com::sun::star::chart2::DataPointProperties::LineWidth
long LineWidth
Is only used for line-chart types.
Definition: DataPointProperties.idl:164
com::sun::star::chart2::DataPointProperties::BorderWidth
long BorderWidth
Is used for borders around filled objects.
Definition: DataPointProperties.idl:133
com::sun::star::chart2::Symbol
properties that are used for DataSeries that display symbols.
Definition: Symbol.idl:33
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:277
com::sun::star::chart2::DataPointProperties::BorderDash
::com::sun::star::drawing::LineDash BorderDash
Is used for borders around filled objects.
Definition: DataPointProperties.idl:139
com::sun::star::chart2::DataPointProperties::BorderStyle
::com::sun::star::drawing::LineStyle BorderStyle
Is used for borders around filled objects.
Definition: DataPointProperties.idl:127
XStyle.idl
com::sun::star::chart2::DataPointProperties::Label
DataPointLabel Label
Definition: DataPointProperties.idl:259
com::sun::star::chart2::DataPointProperties::Gradient
::com::sun::star::awt::Gradient Gradient
Definition: DataPointProperties.idl:103
com::sun::star::chart2::DataPointProperties::Transparency
short Transparency
This is the main transparency value of a data point.
Definition: DataPointProperties.idl:91
com::sun::star::awt::Size
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:29
com::sun::star::chart2::DataPointProperties::BorderColor
long BorderColor
Is used for borders around filled objects.
Definition: DataPointProperties.idl:121
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:250
com::sun::star::chart2::DataPointProperties::Geometry3D
long Geometry3D
describes the geometry of a 3 dimensional data point.
Definition: DataPointProperties.idl:257
com::sun::star::chart2::DataPointProperties::GradientName
string GradientName
Definition: DataPointProperties.idl:107
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:273
Symbol.idl
com::sun::star::chart2::DataPointProperties
Definition: DataPointProperties.idl:44
com::sun::star::chart2::DataPointProperties::Hatch
::com::sun::star::drawing::Hatch Hatch
Definition: DataPointProperties.idl:104
com::sun::star::chart2::DataPointProperties::FillBitmapName
string FillBitmapName
Definition: DataPointProperties.idl:109
com::sun::star::chart2::DataPointProperties::FillBitmapMode
com::sun::star::drawing::BitmapMode FillBitmapMode
this enum selects how a area is filled with a single bitmap.
Definition: DataPointProperties.idl:237
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:292
com::sun::star::chart2::DataPointProperties::FillBitmapSizeX
long FillBitmapSizeX
This is the width of the tile for filling.
Definition: DataPointProperties.idl:226
com::sun::star::chart2::DataPointProperties::TextWordWrap
boolean TextWordWrap
specifies if the text of a data label (caption) must be wrapped
Definition: DataPointProperties.idl:269
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:57
com::sun::star::chart2::DataPointProperties::FillBitmapOffsetY
short FillBitmapOffsetY
This is the vertical offset where the tile starts.
Definition: DataPointProperties.idl:193
com
Definition: Ambiguous.idl:22
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:302
com::sun::star::drawing::Hatch
This struct defines the appearance of a hatch.
Definition: Hatch.idl:34
RectanglePoint.idl
com::sun::star::chart2::DataPointProperties::BorderTransparency
short BorderTransparency
Is used for borders around filled objects.
Definition: DataPointProperties.idl:155
com::sun::star::drawing::RectanglePoint
RectanglePoint
specifies one of nine points in a rectangle.
Definition: RectanglePoint.idl:28
com::sun::star::chart2::DataPointProperties::TransparencyGradientName
string TransparencyGradientName
Definition: DataPointProperties.idl:106
com::sun::star::awt::Gradient
Describes a gradient between two colors.
Definition: Gradient.idl:35
FillStyle.idl