LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"DataPointLabel.idl";
Public Attributes | |
boolean | ShowNumber |
if TRUE , the value that is represented by a data point is displayed next to it. More... | |
boolean | ShowNumberInPercent |
This is only effective, if ShowNumber is TRUE . More... | |
boolean | ShowCategoryName |
The caption contains the category name of the category to which a data point belongs. More... | |
boolean | ShowLegendSymbol |
The symbol of data series is additionally displayed in the caption. More... | |
boolean | ShowCustomLabel |
The caption contains a custom label text, which belongs to a data point label. More... | |
boolean | ShowSeriesName |
The name of the data series is additionally displayed in the caption. More... | |
boolean ShowCategoryName |
The caption contains the category name of the category to which a data point belongs.
boolean ShowCustomLabel |
The caption contains a custom label text, which belongs to a data point label.
boolean ShowLegendSymbol |
The symbol of data series is additionally displayed in the caption.
boolean ShowNumber |
if TRUE
, the value that is represented by a data point is displayed next to it.
boolean ShowNumberInPercent |
This is only effective, if ShowNumber is TRUE
.
If this member is also TRUE
, the numbers are displayed as percentages of a 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.
boolean ShowSeriesName |
The name of the data series is additionally displayed in the caption.