LibreOffice
LibreOffice 25.8 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. | |
boolean | ShowNumberInPercent |
This is only effective, if ShowNumber is TRUE. | |
boolean | ShowCategoryName |
The caption contains the category name of the category to which a data point belongs. | |
boolean | ShowLegendSymbol |
The symbol of data series is additionally displayed in the caption. | |
boolean | ShowCustomLabel |
The caption contains a custom label text, which belongs to a data point label. | |
boolean | ShowSeriesName |
The name of the data series is additionally displayed in the caption. |
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.