summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartDataCaption.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartDataCaption.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartDataCaption.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataCaption.idl b/offapi/com/sun/star/chart/ChartDataCaption.idl
index 17dabc3a5a65..c0b589a2efe9 100644
--- a/offapi/com/sun/star/chart/ChartDataCaption.idl
+++ b/offapi/com/sun/star/chart/ChartDataCaption.idl
@@ -20,23 +20,19 @@
#define __com_sun_star_chart_ChartDataCaption_idl__
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/** These values specify how the captions of data points are displayed.
*/
published constants ChartDataCaption
{
- //-------------------------------------------------------------------------
/** No captions are displayed.
*/
const long NONE = 0;
- //-------------------------------------------------------------------------
/** The caption contains the value of the data point in the number
format of the axis that is attached to the respective data
@@ -44,7 +40,6 @@ published constants ChartDataCaption
*/
const long VALUE = 1;
- //-------------------------------------------------------------------------
/** The caption contains the value of the data point in percent of
all data points of one category.
@@ -55,14 +50,12 @@ published constants ChartDataCaption
*/
const long PERCENT = 2;
- //-------------------------------------------------------------------------
/** The caption contains the category name of the category to
which a data point belongs.
*/
const long TEXT = 4;
- //-------------------------------------------------------------------------
/** The number formatter is always used for displaying the value
as value. So this setting is deprecated.
@@ -71,14 +64,12 @@ published constants ChartDataCaption
*/
const long FORMAT = 8;
- //-------------------------------------------------------------------------
/** The symbol of data column/row is additionally displayed in the caption.
*/
const long SYMBOL = 16;
};
-//=============================================================================
}; }; }; };