:: com :: sun :: star :: chart ::
|
constants group ChartDataCaption |
- Description
- These values specify how the captions of data points are displayed.
|
Constants |
NONE |
No captions are displayed.
|
VALUE |
The caption contains the value of the data point in the number
format of the axis that is attached to the respective data
series.
|
PERCENT |
The caption contains the value of the data point in percent of
all data points of one category.
|
TEXT |
The caption contains the category name of the category to
which a data point belongs.
|
FORMAT |
[ DEPRECATED ]
The number formatter is always used for displaying the value
as value. So this setting is deprecated.
|
SYMBOL |
The symbol of data column/row is additionally displayed in the caption.
|
Constants' Details |
NONE
const long NONE = 0;
- Description
- No captions are displayed.
|
|
VALUE
const long VALUE = 1;
- Description
- The caption contains the value of the data point in the number
format of the axis that is attached to the respective data
series.
|
|
PERCENT
const long PERCENT = 2;
- Description
- The caption contains the value of the data point in percent of
all data points of one category.
That means, if a data point is the first one of a series,
the percentage is calculated by using the first data points of
all available series.
|
|
TEXT
const long TEXT = 4;
- Description
- The caption contains the category name of the category to
which a data point belongs.
|
|
FORMAT
const long FORMAT = 8;
- Usage Restrictions
- deprecated
- Description
- The number formatter is always used for displaying the value
as value. So this setting is deprecated.
|
|
SYMBOL
const long SYMBOL = 16;
- Description
- The symbol of data column/row is additionally displayed in the caption.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.