LibreOffice
LibreOffice 24.2 SDK API Reference
|
a helper service for stackable chart types (e.g., charts in which the data rows may be displayed stacked on each other or in percent relation). More...
import"StackableDiagram.idl";
Public Attributes | |
boolean | Percent |
If TRUE , the series of the diagram are stacked and each category sums up to 100%. More... | |
boolean | Stacked |
If TRUE , the series of the diagram are stacked. More... | |
a helper service for stackable chart types (e.g., charts in which the data rows may be displayed stacked on each other or in percent relation).
|
property |
If TRUE
, the series of the diagram are stacked and each category sums up to 100%.
|
property |
If TRUE
, the series of the diagram are stacked.
If you have a stacked bar chart, you can easily determine the sum of data in each category, by taking the top of the topmost bar.